From e2521b595ae8b5b4ca8147c5ee13e2fc0f597e63 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 8 Jun 2019 11:23:25 -0400 Subject: [PATCH] - add --max-worker-restart to better tolerate oracle / python 3.8 crashes Change-Id: I4f59cd69dc2319732acf64cb000946c09124ceff --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.47.3