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:
parent
73f7453bfb
commit
5a3546120c
@ -62,6 +62,7 @@ buildPythonPackage rec {
|
|||||||
"test_read_incomplete_chunk"
|
"test_read_incomplete_chunk"
|
||||||
"test_request_tracing_exception"
|
"test_request_tracing_exception"
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
"test_addresses" # https://github.com/aio-libs/aiohttp/issues/3572
|
||||||
"test_close"
|
"test_close"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user