python312Packages.beautysh: pin pytest7

Due to API changes in pytest 8.2.0.
This commit is contained in:
Martin Weinelt 2024-06-22 22:35:12 +02:00
parent dcbe60f124
commit 78fa8245ea

View File

@ -5,7 +5,7 @@
fetchFromGitHub,
fetchpatch,
poetry-core,
pytestCheckHook,
pytest7CheckHook,
setuptools,
types-colorama,
types-setuptools,
@ -46,7 +46,7 @@ buildPythonPackage rec {
types-setuptools
];
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytest7CheckHook ];
pythonImportsCheck = [ "beautysh" ];