From 6dfafd45f14a237e55da72b2b3b3cda69ec0ce11 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 13 Jul 2026 03:18:22 +0200 Subject: [PATCH] python3Packages.google-api-core: ignore pytest10 deprecations --- pkgs/development/python-modules/google-api-core/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/google-api-core/default.nix b/pkgs/development/python-modules/google-api-core/default.nix index bac60f66718c..ae883095f202 100644 --- a/pkgs/development/python-modules/google-api-core/default.nix +++ b/pkgs/development/python-modules/google-api-core/default.nix @@ -56,6 +56,10 @@ buildPythonPackage rec { pytestCheckHook ]; + pytestFlags = [ + "-Wignore::pytest.PytestRemovedIn10Warning" + ]; + # prevent google directory from shadowing google imports preCheck = '' rm -r google