From: Mike Bayer Date: Fri, 5 Jan 2018 20:31:10 +0000 (-0500) Subject: turn off pytest's latest plugin we didn't ask for, logging X-Git-Tag: rel_1_1_16~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=386d52aeb849c925a30b5ff4d73250d366d25fff;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git turn off pytest's latest plugin we didn't ask for, logging Change-Id: I24d57894c519366febbce268b04474182dfbb0a1 (cherry picked from commit 3316890ffa9a51471ca7618e4a13e45494e03198) --- diff --git a/setup.cfg b/setup.cfg index 3493bf063d..d61babc673 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,7 +11,7 @@ first-package-wins = true where = test [tool:pytest] -addopts= --tb native -v -r fxX --maxfail=25 -p no:warnings +addopts= --tb native -v -r sfxX --maxfail=25 -p no:warnings -p no:logging python_files=test/*test_*.py [upload]