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-15 01:39:53 +02:00
committed by Martin Weinelt
parent 5a6793c4f8
commit 26970a06a9
@@ -111,6 +111,7 @@ buildPythonPackage rec {
# Tests require terminal
"test_integration"
];
dontUsePytestXdist = true;
pythonImportsCheck = [ "mitmproxy" ];