python311Packages.pylint: test with pytest 7

This commit is contained in:
Martin Weinelt 2024-03-26 01:36:24 +01:00
parent 8919ff737b
commit bc08c0d477
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,7 +17,7 @@
, py , py
, pytest-timeout , pytest-timeout
, pytest-xdist , pytest-xdist
, pytestCheckHook , pytest7CheckHook
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -57,7 +57,7 @@ buildPythonPackage rec {
py py
pytest-timeout pytest-timeout
pytest-xdist pytest-xdist
pytestCheckHook pytest7CheckHook
requests requests
typing-extensions typing-extensions
]; ];