[Python-modules-commits] [astral] 06/06: Add initial autopkgtests

Ethan Ward ethanward-guest at moszumanska.debian.org
Wed Aug 2 18:12:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

ethanward-guest pushed a commit to branch master
in repository astral.

commit d9f05c1631bc06743be162c0033da71aa2cb103d
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Wed Aug 2 13:12:20 2017 -0500

    Add initial autopkgtests
---
 debian/tests/control | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..791cbf8
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,21 @@
+Test-Command: set -e
+ ; cp -r src/test "$AUTOPKGTEST_TMP"
+ ; for py in $(pyversions -r 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; http_proxy= $py -m pytest
+ ; done
+Depends: python-all,
+         python-astral,
+         python-pytest
+
+Test-Command: set -e
+ ; cp -r src/test "$AUTOPKGTEST_TMP"
+ ; for py in $(py3versions -r 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; http_proxy= $py -m pytest
+ ; done
+Depends: python3-all,
+         python3-astral,
+         python3-pytest

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/astral.git



More information about the Python-modules-commits mailing list