python3Packages.makefun: pin to setuptools_80

and update pytest pin to 8.3.
This commit is contained in:
Martin Weinelt 2026-05-18 02:41:20 +02:00
commit b4538c1c7c

View file

@ -4,11 +4,11 @@
buildPythonPackage,
# build-system
setuptools,
setuptools_80,
setuptools-scm,
# tests
pytest7CheckHook,
pytest8_3CheckHook,
}:
buildPythonPackage rec {
@ -27,11 +27,13 @@ buildPythonPackage rec {
'';
build-system = [
setuptools
setuptools_80
setuptools-scm
];
nativeCheckInputs = [ pytest7CheckHook ];
nativeCheckInputs = [
pytest8_3CheckHook
];
pythonImportsCheck = [ "makefun" ];