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

Fix test suite invocation

Closes: #1092043
parent a834bdb5
No related branches found
No related tags found
No related merge requests found
python-processview (1.4.1-3) UNRELEASED; urgency=medium
* Fix test suite invocation (closes: #1092043).
-- Colin Watson <cjwatson@debian.org> Tue, 04 Mar 2025 16:52:40 +0000
python-processview (1.4.1-2) unstable; urgency=medium
* Source-only upload for migration to testing.
......
......@@ -12,6 +12,8 @@ Build-Depends:
python3-all,
python3-pytest <!nocheck>,
python3-silx <!nocheck>,
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 3.9.6
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://gitlab.esrf.fr/workflow/processview/
......
#!/usr/bin/make -f
export PYBUILD_TEST_CUSTOM := 1
export PYBUILD_TEST_ARGS := \
xvfb-run {interpreter} -m pytest \
$(if $(PYBUILD_AUTOPKGTEST),{dir})
%:
dh $@ --buildsystem=pybuild
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