mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
python312Packages.beautysh: pin pytest7
Due to API changes in pytest 8.2.0.
This commit is contained in:
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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user