python3Packages.makefun: downgrade pytest

Uses undeclared async functions, which breaks with pytest 8.4.
This commit is contained in:
Martin Weinelt
2025-08-07 16:11:24 +02:00
parent ccfa582632
commit a0fb97d44f

View File

@@ -8,7 +8,7 @@
setuptools-scm,
# tests
pytestCheckHook,
pytest7CheckHook,
}:
buildPythonPackage rec {
@@ -31,7 +31,7 @@ buildPythonPackage rec {
setuptools-scm
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytest7CheckHook ];
pythonImportsCheck = [ "makefun" ];