Skip to content
Snippets Groups Projects
Commit bdb15dac authored by Gordon Ball's avatar Gordon Ball
Browse files

Prevent searching for (absent) build-time tests

parent a207391f
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,7 @@ export DH_VERBOSE=1
%:
dh $@ --with python3 --buildsystem=pybuild
# as of 0.1.6, there are no tests in the package,
# so avoid trying to import the package modules to find them
override_dh_auto_test:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment