Compare commits

..

No commits in common. "master" and "debian/1.3.3-0.3" have entirely different histories.

3 changed files with 3 additions and 5 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
python-yubico (1.3.3-0.2.99) unstable; urgency=medium python-yubico (1.3.3-0.3) unstable; urgency=medium
* Non-maintainer upload. * Non-maintainer upload.
* control: Drop python3-argparse from depends, it's provided by * control: Drop python3-argparse from depends, it's provided by

2
debian/control vendored
View File

@ -6,7 +6,7 @@ Priority: optional
Build-Depends: debhelper-compat (= 12), Build-Depends: debhelper-compat (= 12),
dh-python, dh-python,
python3-all (>= 2.6.6-3), python3-all (>= 2.6.6-3),
python3-pytest, python3-nose (>= 0.10.0b1),
python3-setuptools (>= 0.6b3), python3-setuptools (>= 0.6b3),
python3-usb, python3-usb,
Standards-Version: 4.4.0 Standards-Version: 4.4.0

4
debian/rules vendored
View File

@ -7,10 +7,8 @@ override_dh_installchangelogs:
override_dh_auto_test: override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# nosetests3 -e test_challenge_response -e test_serial -e test_status nosetests3 -e test_challenge_response -e test_serial -e test_status
pytest-3 -k 'not test_challenge_response and not test_serial and not test_status'
endif endif
%: %:
dh $@ --with python3 --buildsystem=pybuild dh $@ --with python3 --buildsystem=pybuild