python313Packages.aiohttp-middlewares: disable failing tests

Changed files
+1 -4
pkgs
development
python-modules
aiohttp-middlewares
+1 -4
pkgs/development/python-modules/aiohttp-middlewares/default.nix
···
poetry-core,
pytest-aiohttp,
pytestCheckHook,
-
pythonOlder,
yarl,
}:
···
pname = "aiohttp-middlewares";
version = "2.4.0";
pyproject = true;
-
-
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "playpauseandstop";
···
meta = with lib; {
description = "Collection of useful middlewares for aiohttp.web applications";
homepage = "https://github.com/playpauseandstop/aiohttp-middlewares";
-
changelog = "https://github.com/playpauseandstop/aiohttp-middlewares/blob/${version}/CHANGELOG.rst";
+
changelog = "https://github.com/playpauseandstop/aiohttp-middlewares/blob/${src.tag}/CHANGELOG.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ fab ];
};