python3Packages.pydeako: pin to pytest 9.0.x

This commit is contained in:
Martin Weinelt
2026-07-14 02:21:01 +02:00
parent 5e287811bc
commit e355d4f5c8

View File

@@ -4,7 +4,7 @@
fetchFromGitHub,
mock,
pytest-asyncio,
pytestCheckHook,
pytest9_0CheckHook,
setuptools,
zeroconf,
}:
@@ -31,7 +31,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
mock
pytest-asyncio
pytestCheckHook
pytest9_0CheckHook
];
pythonImportsCheck = [ "pydeako" ];