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 -ra - W always --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 @@ -113,7 +113,7 @@ jobs:
113113 - name : Test Pillow
114114 run : |
115115 path %GITHUB_WORKSPACE%\\winbuild\\build\\bin;%PATH%
116- python.exe -m pytest -vxra -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests
116+ python.exe -m pytest -vx -W always --cov PIL --cov Tests --cov-report term --cov-report xml Tests
117117 shell : cmd
118118
119119 - name : Prepare to upload errors
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ line_length = 88
99multi_line_output = 3
1010
1111[tool:pytest]
12- addopts = -rs
12+ addopts = -ra
1313testpaths = Tests
You can’t perform that action at this time.
0 commit comments