python313Packages.aiohttp-middlewares: relax async-timeout (#387258)

This commit is contained in:
Fabian Affolter
2025-03-05 16:52:30 +01:00
committed by GitHub
@@ -25,6 +25,8 @@ buildPythonPackage rec {
hash = "sha256-jUH1XhkytRwR76wUTsGQGu6m8s+SZ/GO114Lz9atwE8=";
};
pythonRelaxDeps = [ "async-timeout" ];
postPatch = ''
sed -i "/addopts/d" pyproject.toml
'';