summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-01-03 10:37:21 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2018-01-03 10:37:21 -0500
commit98b1b4e1e2d98857594c8748ae2c824ed277872d (patch)
tree0a271c1145bb59417609fb2081bc2ac1e0401ff8 /setup.cfg
parent4f7f973ec1dd466721ae3db11b95f1d5d345c87c (diff)
downloadalembic-98b1b4e1e2d98857594c8748ae2c824ed277872d.tar.gz
- turn off troublesome pytest plugins
Change-Id: Ia08a012647fdaf36925af0ee61124dd8f1f2651a
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 08f68d7..945d94a 100644
--- 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