]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- turn off troublesome pytest plugins
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Jan 2018 15:37:21 +0000 (10:37 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Jan 2018 15:37:21 +0000 (10:37 -0500)
Change-Id: Ia08a012647fdaf36925af0ee61124dd8f1f2651a

setup.cfg

index 08f68d73eaed354d0ea62729b1bee403446b5143..945d94a709b15f103707fef5a1b2c831a54915da 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,7 +35,7 @@ oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0
 
 
 [tool:pytest]
-addopts= --tb native -v -r fxX
+addopts= --tb native -v -r fxX -p no:warnings -p no:logging
 python_files=tests/test_*.py