python3Packages.gspread: pin to pytest 8.3
Tries to apply a mark fo a fixture, which is not allowed in pytest 9.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
google-auth,
|
||||
google-auth-oauthlib,
|
||||
pytest-vcr,
|
||||
pytestCheckHook,
|
||||
pytest8_3CheckHook,
|
||||
strenum,
|
||||
}:
|
||||
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-vcr
|
||||
pytestCheckHook
|
||||
pytest8_3CheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "gspread" ];
|
||||
|
||||
Reference in New Issue
Block a user