python310Packages.aioconsole: fix tests on Darwin

This commit is contained in:
Robert Schütz 2023-02-05 20:42:59 -08:00 committed by Robert Schütz
parent 13351c3d9e
commit 8d4ebc8e5d

View File

@ -38,6 +38,8 @@ buildPythonPackage rec {
--replace "--cov aioconsole --count 2" ""
'';
__darwinAllowLocalNetworking = true;
disabledTests = [
"test_interact_syntax_error"
# Output and the sandbox don't work well together