diff options
| author | Michal Arbet <michal.arbet@ultimum.io> | 2020-04-01 16:26:53 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2020-04-21 16:40:08 +0000 |
| commit | a1f3b751346dd1c6d82e6f88777810a9c47d5b82 (patch) | |
| tree | cd0251da60ac18aa4459f7d5f9c3126f1b75887b /debian/tests/control | |
| parent | 9fa59b4865eb19830a7c0ba9fe80d31982840c6f (diff) | |
3.4.6-2 (patches unapplied)import/3.4.6-2ubuntu/jammy-develubuntu/jammyubuntu/impish-develubuntu/impishubuntu/hirsute-develubuntu/hirsuteubuntu/groovy-proposedubuntu/groovy-develubuntu/groovydebian/bullseye
Imported using git-ubuntu import.
Notes
Notes:
* Rebuild source only
Diffstat (limited to 'debian/tests/control')
| -rw-r--r-- | debian/tests/control | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/tests/control b/debian/tests/control index 6b23a16..4742caa 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -2,6 +2,4 @@ Depends: python3-all, python3-setuptools, python3-box, - python3-pytest, - python3-pytest-runner, -Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -Wd -m pytest test/test_unittests_box.py 2>&1; $py -c "import box; print(box)"; done +Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -c "import box; print(box)"; done |
