mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +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" ""
|
||||
'';
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
disabledTests = [
|
||||
"test_interact_syntax_error"
|
||||
# Output and the sandbox don't work well together
|
||||
|
Loading…
Reference in New Issue
Block a user