repo-autoindex/repo_autoindex
Rohan McGovern 9737288e6b Fix tests for aiohttp 3.10
aiohttp 3.10 changed the server's handling of content-type/encoding
headers for compressed files. This affects our usage of
aiohttp.test_utils.TestServer: gzip-compressed files are no longer being
decompressed by default. This in itself is not a problem, but the
MIME type used ("application/gzip") did not match our client's list of
automatically handled MIME types.

Add it to the list to handle it in the same way as others.
This fixes test_cmd::yum with aiohttp=>3.10.
2024-08-05 10:27:28 +10:00
..
_impl Fix tests for aiohttp 3.10 2024-08-05 10:27:28 +10:00
__init__.py Implement error handling 2022-08-09 08:51:06 +10:00
py.typed Add py.typed for PEP 561 2023-09-18 13:28:02 +10:00