Skip to content

Commit 703a9a0

Browse files
committed
add pytest -ra into setup.cfg
1 parent e2e8db4 commit 703a9a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ci/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -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
88
if [ "$TRAVIS_PYTHON_VERSION" == "3.8" ] && [ "$TRAVIS_CPU_ARCH" == "amd64" ]; then

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ line_length = 88
99
multi_line_output = 3
1010

1111
[tool:pytest]
12-
addopts = -rs
12+
addopts = -ra
1313
testpaths = Tests

0 commit comments

Comments
 (0)