We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f830fff commit 40b74dfCopy full SHA for 40b74df
setup.cfg
@@ -9,7 +9,7 @@ first-package-wins = true
9
where = test
10
11
[tool:pytest]
12
-addopts= --tb native -v -r fxX --maxfail=25
+addopts= --tb native -v -r fxX --maxfail=25 -p no:warnings
13
python_files=test/*test_*.py
14
15
[upload]
tox.ini
@@ -13,7 +13,7 @@ cov_args=--cov=sqlalchemy --cov-report term --cov-append --cov-report xml --excl
usedevelop=
cov: True
16
-deps=pytest<=3.0.7
+deps=pytest
17
pytest-xdist
18
mock
19
# needed only for correct profiling results
0 commit comments