python: aiohttp: fix darwin build

Disable a non-critical test known to fail on Darwin (see https://github.com/aio-libs/aiohttp/issues/3572)
This commit is contained in:
Simon Chatterjee 2020-06-19 20:11:32 +01:00
parent 73f7453bfb
commit 5a3546120c

View File

@ -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"
];