Skip to content

Commit 5f841df

Browse files
authored
remove redundant -W error pytest flag
It's now configured in pyproject.toml
1 parent 3188548 commit 5f841df

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)