Skip to content

Commit b4a1bd6

Browse files
authored
Merge pull request #1922 from python-trio/graingert-patch-1
remove redundant -W error pytest flag
2 parents 21cd5ad + 5f841df commit b4a1bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ else
149149
# 'coverage xml' to generate the report that it uses, and that will only
150150
# apply the ignore patterns in the current directory's .coveragerc.
151151
cp ../.coveragerc .
152-
if pytest -W error -r a --junitxml=../test-results.xml --run-slow ${INSTALLDIR} --cov="$INSTALLDIR" --verbose; then
152+
if pytest -r a --junitxml=../test-results.xml --run-slow ${INSTALLDIR} --cov="$INSTALLDIR" --verbose; then
153153
PASSED=true
154154
else
155155
PASSED=false

0 commit comments

Comments
 (0)