Skip to content

Commit

Permalink
python: aiohttp: fix darwin build
Browse files Browse the repository at this point in the history
Disable a non-critical test known to fail on Darwin (see aio-libs/aiohttp#3572)
  • Loading branch information
simonchatts committed Jun 19, 2020
1 parent 73f7453 commit 5a35461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/aiohttp/default.nix
Expand Up @@ -62,6 +62,7 @@ buildPythonPackage rec {
"test_read_incomplete_chunk"
"test_request_tracing_exception"
] ++ lib.optionals stdenv.isDarwin [
"test_addresses" # https://github.com/aio-libs/aiohttp/issues/3572
"test_close"
];

Expand Down

0 comments on commit 5a35461

Please sign in to comment.