Commit aeec6cfe authored by Andreas Tille's avatar Andreas Tille
Browse files

Use pytest

parent a82119f6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
python-pbcommand (1.1.1+git20191122.ec024c3-1) unstable; urgency=medium
python-pbcommand (1.1.1+git20191122.ec024c3-1) UNRELEASED; urgency=medium

  * New upstream version Git checkout
    Drop Python2 support and switch to Python3
    Closes: #932543
  * debhelper-compat 12
  * Standards-Version: 4.4.1
  TODO: python3-xmlbuilder (#938277)

 -- Andreas Tille <tille@debian.org>  Sat, 07 Dec 2019 21:44:15 +0100

+3 −2
Original line number Diff line number Diff line
@@ -6,13 +6,14 @@ Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-xmlbuilder,
               python3-jsonschema,
               python3-avro,
               python3-numpy,
               python3-requests,
               python3-iso8601,
               python3-nose <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-xdist <!nocheck>,
               python3-pbcore <!nocheck>
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/med-team/python-pbcommand
+0 −6
Original line number Diff line number Diff line
@@ -9,9 +9,3 @@ export PYBUILD_NAME=pbcommand

%:
	LC_ALL=C.UTF-8 dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	PYTHONPATH=$(CURDIR) \
	nosetests -s --verbose --logging-config log_nose.cfg --where=tests
endif