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,
|
setuptools-scm,
|
||||||
|
|
||||||
# tests
|
# tests
|
||||||
pytestCheckHook,
|
pytest7CheckHook,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
|||||||
setuptools-scm
|
setuptools-scm
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [ pytestCheckHook ];
|
nativeCheckInputs = [ pytest7CheckHook ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "makefun" ];
|
pythonImportsCheck = [ "makefun" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user