Skip to content
Snippets Groups Projects
Commit 127a5928 authored by Thomas Goirand's avatar Thomas Goirand
Browse files

Correctly launch unit tests (Closes: #1002447).

parent ee6ec21a
No related branches found
No related tags found
No related merge requests found
Pipeline #722389 passed
python-semver (2.10.2-3) unstable; urgency=medium
* Correctly launch unit tests (Closes: #1002447).
-- Thomas Goirand <zigo@debian.org> Wed, 22 Dec 2021 16:35:13 +0100
python-semver (2.10.2-2) unstable; urgency=medium
* Add dh_python3 --shebang=/usr/bin/python3 (Closes: #976771)
......
......@@ -13,7 +13,7 @@ override_dh_auto_install:
override_dh_auto_test:
set -e ; for pyvers in $(PYTHON3S); do \
PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python3/dist-packages python$$pyvers -m pytest . ; \
PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python3/dist-packages python$$pyvers -m pytest test_semver.py ; \
done
override_dh_clean:
......
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