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

View File

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