diff options
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control index 7c45963..949f5db 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -6,6 +6,7 @@ Test-Command: set -efu ; $py -m unittest2 discover ; done Depends: python-all, python-xrayutilities, python-unittest2 +Restrictions: allow-stderr Test-Command: set -efu ; cp -r tests "$AUTOPKGTEST_TMP" @@ -15,6 +16,7 @@ Test-Command: set -efu ; $py-dbg -m unittest2 discover ; done Depends: python-all-dbg, python-xrayutilities-dbg, python-unittest2 +Restrictions: allow-stderr Test-Command: set -efu ; cp -r tests "$AUTOPKGTEST_TMP" @@ -26,6 +28,7 @@ Test-Command: set -efu ; $py -m unittest2 discover ; done Depends: python3-all, python3-xrayutilities, python3-unittest2 +Restrictions: allow-stderr Test-Command: set -efu ; cp -r tests "$AUTOPKGTEST_TMP" @@ -36,4 +39,5 @@ Test-Command: set -efu ; echo "Testing with $py-dbg:" ; $py-dbg -m unittest2 discover ; done -Depends: python3-all-dbg, python3-xrayutilities-dbg, python3-unittest2
\ No newline at end of file +Depends: python3-all-dbg, python3-xrayutilities-dbg, python3-unittest2 +Restrictions: allow-stderr
\ No newline at end of file |