Loading debian/tests/pytest +1 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,6 @@ fi for py in $(py3versions -s); do echo "@@@@@@@@ Running against $py" cp -r tests pyproject.toml "$AUTOPKGTEST_TMP" (cd "$AUTOPKGTEST_TMP"; "$py" -m pytest -vv -l -r a) (cd "$AUTOPKGTEST_TMP"; "$py" -m pytest -vv -l -r a -k 'not test_code_is_black_clean') rm -rf "${AUTOPKGTEST_TMP:?}"/* done Loading
debian/tests/pytest +1 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,6 @@ fi for py in $(py3versions -s); do echo "@@@@@@@@ Running against $py" cp -r tests pyproject.toml "$AUTOPKGTEST_TMP" (cd "$AUTOPKGTEST_TMP"; "$py" -m pytest -vv -l -r a) (cd "$AUTOPKGTEST_TMP"; "$py" -m pytest -vv -l -r a -k 'not test_code_is_black_clean') rm -rf "${AUTOPKGTEST_TMP:?}"/* done