summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2023-03-01 21:28:01 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2023-03-01 21:28:01 +0000
commit5df0ec12369db7f0bd1c5b273be21a6a79a5a895 (patch)
tree65e73e3a31c90a7ab11f647c476aa142a15103e5 /setup.cfg
parent192e4de9964e11f7f4f04472af7a1e09b0356a1c (diff)
parent5c71fd120af824d289cf72dd4b5679a4f839a1eb (diff)
downloadalembic-5df0ec12369db7f0bd1c5b273be21a6a79a5a895.tar.gz
Merge "Improved support for expression indexes" into main
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 4741eb7..39c1540 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -115,7 +115,7 @@ oracle8=oracle://scott:tiger@127.0.0.1:1521/?use_ansi=0
[tool:pytest]
-addopts= --tb native -v -r sfxX -p no:warnings -p no:logging --maxfail=25
+addopts= --tb native -v -r sfxX -p no:warnings -p no:logging --maxfail=100
python_files=tests/test_*.py
markers =
backend: tests that should run on all backends; typically dialect-sensitive