python310Packages.aiohttp: disable regularly failing tests

These were already reported upstream some months ago.
This commit is contained in:
Martin Weinelt 2023-07-26 13:57:58 +02:00
parent 1f78dc9a7e
commit d37303e9b3

View File

@ -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 [