We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeabd76 commit e4cc68cCopy full SHA for e4cc68c
ci.sh
@@ -120,7 +120,7 @@ else
120
121
INSTALLDIR=$(python -c "import os, trio; print(os.path.dirname(trio.__file__))")
122
cp ../setup.cfg $INSTALLDIR
123
- pytest -W error -ra --junitxml=../test-results.xml --run-slow ${INSTALLDIR} --cov="$INSTALLDIR" --cov-config=../.coveragerc --verbose
+ pytest -W error -r a --junitxml=../test-results.xml --run-slow ${INSTALLDIR} --cov="$INSTALLDIR" --cov-config=../.coveragerc --verbose
124
125
# Disable coverage on 3.8 until we run 3.8 on Windows CI too
126
# https://github.com/python-trio/trio/pull/784#issuecomment-446438407
0 commit comments