python313Packages.aiohttp-middlewares: relax async-timeout

This commit is contained in:
Fabian Affolter 2025-03-05 11:28:27 +01:00
parent a3cd526f08
commit 00b3325cc4

View file

@ -25,6 +25,8 @@ buildPythonPackage rec {
hash = "sha256-jUH1XhkytRwR76wUTsGQGu6m8s+SZ/GO114Lz9atwE8=";
};
pythonRelaxDeps = [ "async-timeout" ];
postPatch = ''
sed -i "/addopts/d" pyproject.toml
'';