Skip to content

Commit

Permalink
Fix assert=plain syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jun 1, 2022
1 parent 5c03e97 commit 14f1cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ else
cp ../.coveragerc .
# --assert=plain disables pytest assertion rewrites so that we can test 3.11.0b2
# https://github.com/pytest-dev/pytest/issues/10008
if pytest -r a --junitxml=../test-results.xml --run-slow ${INSTALLDIR} --cov="$INSTALLDIR" --verbose --assert-plain; then
if pytest -r a --junitxml=../test-results.xml --run-slow ${INSTALLDIR} --cov="$INSTALLDIR" --verbose --assert=plain; then
PASSED=true
else
PASSED=false
Expand Down

0 comments on commit 14f1cea

Please sign in to comment.