]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
turn off pytest's latest plugin we didn't ask for, logging
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Jan 2018 20:31:10 +0000 (15:31 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 5 Jan 2018 20:32:13 +0000 (15:32 -0500)
Change-Id: I24d57894c519366febbce268b04474182dfbb0a1
(cherry picked from commit 3316890ffa9a51471ca7618e4a13e45494e03198)

setup.cfg

index 3493bf063db6b132ce8943afb56ff709aca4b8c7..d61babc673efa436cdd2609c686208dec0560a9a 100644 (file)
--- 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]