summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2023-07-16 12:39:38 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2023-07-16 12:39:38 +0200
commit8f65b446c7146c26f129edf101c6f1663640f66e (patch)
treef81ec28d8610a096e00fab4e6290ae6db2e43be4
parent2aaf405947e349ff62351765af6dfb5cad594771 (diff)
d/t/control: pyproject.toml is also expected to run the tests
-rw-r--r--debian/tests/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control
index 38e1269..8bb0fbf 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,5 @@
Test-Command: set -efu
- ; cp bootstrap.py run_tests.py setup.py version.py README.rst "$AUTOPKGTEST_TMP"
+ ; cp bootstrap.py run_tests.py pyproject.toml version.py README.rst "$AUTOPKGTEST_TMP"
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"