Skip to content

Commit 40b74df

Browse files
committed
- add option to disable py.test warnings plugin;
lift cap on py.test. references: pytest-dev/pytest#2430 Change-Id: Ieb8a6258ba1d15efa570d9cda2b51cf021499a23 (cherry picked from commit a987942)
1 parent f830fff commit 40b74df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ first-package-wins = true
99
where = test
1010

1111
[tool:pytest]
12-
addopts= --tb native -v -r fxX --maxfail=25
12+
addopts= --tb native -v -r fxX --maxfail=25 -p no:warnings
1313
python_files=test/*test_*.py
1414

1515
[upload]

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cov_args=--cov=sqlalchemy --cov-report term --cov-append --cov-report xml --excl
1313
usedevelop=
1414
cov: True
1515

16-
deps=pytest<=3.0.7
16+
deps=pytest
1717
pytest-xdist
1818
mock
1919
# needed only for correct profiling results

0 commit comments

Comments
 (0)