python311Packages.razdel: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-27 15:53:55 +01:00
parent bfdfb5476a
commit 6678c6bb08
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, pytest7CheckHook
}:
buildPythonPackage rec {
@ -14,7 +14,7 @@ buildPythonPackage rec {
hash = "sha256-QzTA/f401OiIzw7YVJaMnfFPClR9+Qmnf0Y0+f/mJuY=";
};
nativeCheckInputs = [ pytestCheckHook ];
nativeCheckInputs = [ pytest7CheckHook ];
pytestFlagsArray = [ "razdel" ];
pythonImportsCheck = [ "razdel" ];