mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
python310Packages.aioconsole: fix tests on Darwin
This commit is contained in:
parent
13351c3d9e
commit
8d4ebc8e5d
@ -38,6 +38,8 @@ buildPythonPackage rec {
|
|||||||
--replace "--cov aioconsole --count 2" ""
|
--replace "--cov aioconsole --count 2" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
"test_interact_syntax_error"
|
"test_interact_syntax_error"
|
||||||
# Output and the sandbox don't work well together
|
# Output and the sandbox don't work well together
|
||||||
|
Loading…
Reference in New Issue
Block a user