python312Packages.beautysh: pin pytest7
Due to API changes in pytest 8.2.0.
This commit is contained in:
@@ -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" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user