From: Mike Bayer Date: Wed, 3 Jan 2018 15:37:21 +0000 (-0500) Subject: - turn off troublesome pytest plugins X-Git-Tag: rel_0_9_7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98b1b4e1e2d98857594c8748ae2c824ed277872d;p=thirdparty%2Fsqlalchemy%2Falembic.git - turn off troublesome pytest plugins Change-Id: Ia08a012647fdaf36925af0ee61124dd8f1f2651a --- diff --git a/setup.cfg b/setup.cfg index 08f68d73..945d94a7 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