python3Packages.pytest-aiohttp: Disable failing tests

This commit is contained in:
Martin Weinelt 2022-12-31 15:01:28 +01:00
parent f986c13814
commit 2227593660

View file

@ -40,6 +40,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTestPaths = [
# pytest 7.2.0 incompatibilities
# https://github.com/aio-libs/pytest-aiohttp/issues/50
"tests/test_fixtures.py"
];
meta = with lib; {
homepage = "https://github.com/aio-libs/pytest-aiohttp/";
changelog = "https://github.com/aio-libs/pytest-aiohttp/blob/v${version}/CHANGES.rst";