File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33set -e
44
5- python -m pytest -v -x --cov PIL --cov Tests --cov-report term Tests
5+ python -m pytest -v -x -W always - -cov PIL --cov Tests --cov-report term Tests
66
77# Docs
88if [ " $TRAVIS_PYTHON_VERSION " == " 3.8" ] && [ " $TRAVIS_CPU_ARCH " == " amd64" ]; then
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ jobs:
335335 rem Add libraqm.dll (copied to INCLIB) to PATH.
336336 path %INCLIB%;%PATH%
337337 cd /D %GITHUB_WORKSPACE%
338- %PYTHON%\python.exe -m pytest -vx --cov PIL --cov Tests --cov-report term --cov-report xml Tests
338+ %PYTHON%\python.exe -m pytest -vx -W always - -cov PIL --cov Tests --cov-report term --cov-report xml Tests
339339 shell : cmd
340340
341341 - name : Prepare to upload errors
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ commands =
1414 {envpython} setup.py clean
1515 {envpython} setup.py build_ext --inplace
1616 {envpython} selftest.py
17- {envpython} -W always -m pytest {posargs}
17+ {envpython} -m pytest -W always {posargs}
1818deps =
1919 cffi
2020 numpy
You can’t perform that action at this time.
0 commit comments