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.
2 parents 21cd5ad + 5f841df commit b4a1bd6Copy full SHA for b4a1bd6
ci.sh
@@ -149,7 +149,7 @@ else
149
# 'coverage xml' to generate the report that it uses, and that will only
150
# apply the ignore patterns in the current directory's .coveragerc.
151
cp ../.coveragerc .
152
- if pytest -W error -r a --junitxml=../test-results.xml --run-slow ${INSTALLDIR} --cov="$INSTALLDIR" --verbose; then
+ if pytest -r a --junitxml=../test-results.xml --run-slow ${INSTALLDIR} --cov="$INSTALLDIR" --verbose; then
153
PASSED=true
154
else
155
PASSED=false
0 commit comments