python3Packages.google-api-core: ignore pytest10 deprecations

This commit is contained in:
Martin Weinelt
2026-07-13 03:18:22 +02:00
parent 3ac558ba01
commit 6dfafd45f1

View File

@@ -56,6 +56,10 @@ buildPythonPackage rec {
pytestCheckHook
];
pytestFlags = [
"-Wignore::pytest.PytestRemovedIn10Warning"
];
# prevent google directory from shadowing google imports
preCheck = ''
rm -r google