python3Packages.aiofiles: fix for darwin sandbox

main
Dmitry Kalinkin 3 years ago
parent 0649635b59
commit c90ff89e57
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
  1. 6
      pkgs/development/python-modules/aiofiles/default.nix

@ -33,6 +33,12 @@ buildPythonPackage rec {
disabledTests = lib.optionals stdenv.isDarwin [
"test_sendfile_file"
# require loopback networking:
"test_sendfile_socket"
"test_serve_small_bin_file_sync"
"test_serve_small_bin_file"
"test_slow_file"
];
pythonImportsCheck = [

Loading…
Cancel
Save