summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorCaselIT <cfederico87@gmail.com>2022-03-01 00:21:17 +0100
committerCaselIT <cfederico87@gmail.com>2022-03-02 23:14:07 +0100
commit721b28ce889e63e49b8be1a1bd62b7d3bb3b7526 (patch)
treea15ba4ef5648ea37b7201ec2089af5d5a1c507e8 /setup.cfg
parent349e661df932ad9cd223d2650d177a6ccb75989a (diff)
downloadalembic-721b28ce889e63e49b8be1a1bd62b7d3bb3b7526.tar.gz
fix failing test on windows after sqlite switched to queuepool by default
Change-Id: Iec2b2ae9c2df9592988fa2239b768d1919eec297
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0bc2762..9fe4834 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -122,6 +122,8 @@ 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
python_files=tests/test_*.py
+markers =
+ backend: tests that should run on all backends; typically dialect-sensitive
[mypy]
show_error_codes = True