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
1 changed files with 2 additions and 2 deletions

View File

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