]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add --max-worker-restart to better tolerate oracle / python 3.8 crashes
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Jun 2019 15:23:25 +0000 (11:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Jun 2019 15:23:56 +0000 (11:23 -0400)
Change-Id: I4f59cd69dc2319732acf64cb000946c09124ceff
(cherry picked from commit e2521b595ae8b5b4ca8147c5ee13e2fc0f597e63)

setup.cfg

index 580f3b357b3362e154e565ab0c1c9a4483b74690..4076d815bc61818e441cc5eb08eed7a35193ac13 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ tag_build = dev
 license_file = LICENSE
 
 [tool:pytest]
-addopts= --tb native -v -r sfxX --maxfail=25 -p no:warnings -p no:logging
+addopts= --tb native -v -r sfxX --maxfail=25 -p no:warnings -p no:logging --max-worker-restart=5
 python_files=test/*test_*.py
 
 [upload]