Skip to content
Snippets Groups Projects
Commit a2215fc7 authored by Colin Watson's avatar Colin Watson
Browse files

Disable tests

This package currently doesn't have any.

Closes: #1080282
parent fe81cec1
No related branches found
No related tags found
No related merge requests found
python-potr (1.0.2-6) UNRELEASED; urgency=medium
* Disable tests, as this package currently doesn't have any (closes:
#1080282).
-- Colin Watson <cjwatson@debian.org> Sun, 08 Sep 2024 17:19:14 +0100
python-potr (1.0.2-5) unstable; urgency=medium
[ Debian Janitor ]
......
#!/usr/bin/make -f
# This package currently has no tests.
export PYBUILD_DISABLE = test
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS='{interpreter} setup.py test -vv' dh_auto_test
override_dh_python3:
dh_python3 --shebang /usr/bin/python3
......
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