repo-autoindex/repo_autoindex/_impl
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
..
templates Add a test which renders a yum repo 2022-07-07 14:04:18 +10:00
__init__.py Rearrange sources to keep API separate, add a real test 2022-07-07 13:20:43 +10:00
api.py Fix tests for aiohttp 3.10 2024-08-05 10:27:28 +10:00
base.py Ensure directories appear first in listings [RHELDST-21890] 2024-01-12 08:48:42 +10:00
cmd.py Add PULP_MANIFEST support 2022-08-08 13:45:50 +10:00
kickstart.py Further reduce memory usage on large yum repos [RHELDST-20453] 2023-09-21 11:05:21 +10:00
pulp.py Further reduce memory usage on large yum repos [RHELDST-20453] 2023-09-21 11:05:21 +10:00
template.py Add a test for text elision 2022-08-02 16:41:46 +10:00
tree.py Ensure directories appear first in listings [RHELDST-21890] 2024-01-12 08:48:42 +10:00
yum.py Avoid spurious mypy failure in latest xml type hints 2024-01-12 08:48:42 +10:00