python3Packages.makefun: downgrade pytest
Uses undeclared async functions, which breaks with pytest 8.4.
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user