Skip to content

Commit 1671f6b

Browse files
radarherejdufresne
authored andcommitted
Show all warnings
1 parent 2b84221 commit 1671f6b

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 --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
@@ -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

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}
1818
deps =
1919
cffi
2020
numpy

0 commit comments

Comments
 (0)