python3Packages.mitmproxy: add dontUsePytestXdist flag

a couple of tests don't seem to like this, producing confusing
failures
This commit is contained in:
Robert Scott 2022-04-09 01:07:32 +01:00 committed by Martin Weinelt
parent 5a6793c4f8
commit 26970a06a9

View file

@ -111,6 +111,7 @@ buildPythonPackage rec {
# Tests require terminal
"test_integration"
];
dontUsePytestXdist = true;
pythonImportsCheck = [ "mitmproxy" ];