python3Packages.mitmproxy: add dontUsePytestXdist flag
a couple of tests don't seem to like this, producing confusing failures
This commit is contained in:
parent
5a6793c4f8
commit
26970a06a9
@ -111,6 +111,7 @@ buildPythonPackage rec {
|
||||
# Tests require terminal
|
||||
"test_integration"
|
||||
];
|
||||
dontUsePytestXdist = true;
|
||||
|
||||
pythonImportsCheck = [ "mitmproxy" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user