mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python3Packages.curio: fix darwin network tests
This commit is contained in:
parent
3c3c59e039
commit
e3434cd11b
@ -19,6 +19,8 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ pytest sphinx ];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
# test_aside_basic times out,
|
||||
# test_aside_cancel fails because modifies PYTHONPATH and cant find pytest
|
||||
checkPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user