From: Mike Bayer Date: Sat, 8 Jun 2019 15:23:25 +0000 (-0400) Subject: - add --max-worker-restart to better tolerate oracle / python 3.8 crashes X-Git-Tag: rel_1_3_5~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26e9d9f96509cdcc8f3729b16dc7ac144662aef5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add --max-worker-restart to better tolerate oracle / python 3.8 crashes Change-Id: I4f59cd69dc2319732acf64cb000946c09124ceff (cherry picked from commit e2521b595ae8b5b4ca8147c5ee13e2fc0f597e63) --- diff --git a/setup.cfg b/setup.cfg index 580f3b357b..4076d815bc 100644 --- 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]