python312Packages.beautysh: pin pytest7

Due to API changes in pytest 8.2.0.
This commit is contained in:
Martin Weinelt
2024-06-24 12:18:33 +02:00
parent dcbe60f124
commit 78fa8245ea
@@ -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" ];