python311Packages.pydash: test with pytest 7
This commit is contained in:
parent
12da7d7d19
commit
1cc5891098
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user