summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorNilesh Patra <nilesh@debian.org>2022-03-14 02:03:59 +0530
committerNilesh Patra <nilesh@debian.org>2022-03-14 02:03:59 +0530
commit8584cb754a98ea7e5dc3e2ebeab774b0f8b786ac (patch)
tree6db0ddc2a1dd6848e6c529330f25fca55da4a1ef /debian
parent79853b58460faf87b0e74c6bf313d51b50a311b5 (diff)
d/t/control: Add test dep on python3-pytest (Closes: #1006690)
Diffstat (limited to 'debian')
-rw-r--r--debian/tests/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control
index 1be9023..60d0850 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -5,7 +5,8 @@ Test-Command: set -efu
; xvfb-run -a --server-args="-screen 0 1024x768x24" $py -c "import silx.test; silx.test.run_tests()" 2>&1
; done
Depends:
+ @,
python3-all,
- python3-silx,
+ python3-pytest,
xauth,
xvfb,