]> 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:31:10 +0000 (15:31 -0500)
Change-Id: I24d57894c519366febbce268b04474182dfbb0a1

setup.cfg

index 86343276576bc325ef8f4f5422b18fa859e7318b..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 sfxX --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]