summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-02-24 13:59:11 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2020-02-24 13:59:11 -0500
commit1dc57cd4475f81b6a00cd1723766d014b0d0b9b1 (patch)
tree2225222cb1d403ef031d1c37e7bdbc4be7c865ff /setup.cfg
parent4ff7c6927477c37e2a2ba89b87de0395a40d1f1b (diff)
downloadalembic-1dc57cd4475f81b6a00cd1723766d014b0d0b9b1.tar.gz
Use inspect(), not Inspector.from_engine()
The latter is deprecated in SQLAlchemy master / 1.4. also add maxfail 25 for py.test coverage Change-Id: I673f5da025ecbc240b2c8944d5823866619b7cc7
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 316b252..e41b58f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -49,7 +49,7 @@ oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0
[tool:pytest]
-addopts= --tb native -v -r fxX -p no:warnings -p no:logging
+addopts= --tb native -v -r fxX -p no:warnings -p no:logging --maxfail=25
python_files=tests/test_*.py