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:
Martin Weinelt
2026-02-01 17:41:08 +01:00
parent ce20d867ae
commit 34a2fb0f5e
@@ -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" ];