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

Fix tests following the removal of "setup.py test"

Closes: #1080280
parent 31649144
No related branches found
No related tags found
No related merge requests found
python-flask-seeder (1.2.0-4) UNRELEASED; urgency=medium
* Fix tests following the removal of "setup.py test" (closes: #1080280).
-- Colin Watson <cjwatson@debian.org> Tue, 10 Sep 2024 00:31:25 +0100
python-flask-seeder (1.2.0-3) unstable; urgency=medium
* Team upload.
......
......@@ -18,7 +18,7 @@ override_dh_auto_install:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
set -e ; set -x ; for pyvers in $(PYTHON3S); do \
PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python3/dist-packages python$$pyvers -m coverage run setup.py test ; \
PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python3/dist-packages python$$pyvers -m coverage run -m unittest discover -v ; \
done
endif
......
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