mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
python310Packages.aiohttp: disable regularly failing tests
These were already reported upstream some months ago.
This commit is contained in:
parent
1f78dc9a7e
commit
d37303e9b3
@ -101,6 +101,10 @@ buildPythonPackage rec {
|
||||
"test_async_with_session"
|
||||
"test_session_close_awaitable"
|
||||
"test_close_run_until_complete_not_deprecated"
|
||||
# https://github.com/aio-libs/aiohttp/issues/7130
|
||||
"test_static_file_if_none_match"
|
||||
"test_static_file_if_match"
|
||||
"test_static_file_if_modified_since_past_date"
|
||||
] ++ lib.optionals stdenv.is32bit [
|
||||
"test_cookiejar"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
|
Loading…
Reference in New Issue
Block a user