Skip to content
Snippets Groups Projects
Verified Commit 8de7f797 authored by Paul Gevers's avatar Paul Gevers
Browse files

Revert 596330d4, figured out which test is the culprit

parent c12c65dc
No related branches found
No related tags found
1 merge request!2Add drop-TestUnicodeDocString.patch as the test fails with pytest
#Test-Command: set -e
# ; for py in $(py3versions -r 2>/dev/null)
# ; do cd "$AUTOPKGTEST_TMP"
# ; echo "Testing with $py (unittest):"
# ; $py -m unittest -v parameterized.test
# ; echo "Testing with $py (nose):"
# ; $py -m nose -v parameterized.test
# ; echo "Testing with $py (nose2):"
# ; $py -m nose2 -v parameterized.test
# ; echo "Testing with $py (pytest):"
# ; $py -m pytest -v --pyargs parameterized.test
# ; done
#Depends: python3-all,
# python3-mock,
# python3-nose,
# python3-nose2,
# python3-parameterized,
# python3-pytest
#Restrictions: allow-stderr
Test-Command: set -e
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py (unittest):"
; $py -m unittest -v parameterized.test
; echo "Testing with $py (nose):"
; $py -m nose -v parameterized.test
; echo "Testing with $py (nose2):"
; $py -m nose2 -v parameterized.test
; echo "Testing with $py (pytest):"
; $py -m pytest -v --pyargs parameterized.test
; done
Depends: python3-all,
python3-mock,
python3-nose,
python3-nose2,
python3-parameterized,
python3-pytest
Restrictions: allow-stderr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment