python311Packages.pydash: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-26 16:26:19 +01:00
parent 12da7d7d19
commit 1cc5891098
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
{ lib
, stdenv
, buildPythonPackage
, fetchFromGitHub
, invoke
, mock
, pytestCheckHook
, pytest7CheckHook
, pythonOlder
, setuptools
, sphinx-rtd-theme
@ -41,7 +40,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
invoke
mock
pytestCheckHook
pytest7CheckHook
sphinx-rtd-theme
];