From d17be155d85afb2bc804693deacfd2e1c5f8738e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 28 Nov 2021 08:08:36 -0500 Subject: test(feat): track test times, and balance xdist workers In the end, this seems to only speed things up by about 5% --- setup.cfg | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 07697a94..221e1230 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,15 @@ filterwarnings = ignore:the imp module is deprecated in favour of importlib:DeprecationWarning # xfail tests that pass should fail the test suite -xfail_strict=true +xfail_strict = true + +balanced_clumps = + ; Because of expensive session-scoped fixture: + VirtualenvTest + ; Because of shared-file manipulations (~/tests/actual/testing): + CompareTest + ; No idea why this one fails if run on separate workers: + GetZipBytesTest [pep8] # E265 block comment should start with '# ' -- cgit v1.2.1