mod for buster
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@@ -7,8 +7,10 @@ override_dh_installchangelogs:
|
||||
|
||||
override_dh_auto_test:
|
||||
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
|
||||
|
||||
%:
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user