From b896ef63682f1bd0bf96cdd4394dacd9f3f979e9 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 11 Oct 2025 12:31:00 +0000 Subject: [PATCH] python3Packages.pyiceberg: fix pytestFlags to skip correct warning --- pkgs/development/python-modules/pyiceberg/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pyiceberg/default.nix b/pkgs/development/python-modules/pyiceberg/default.nix index 35b4028a6db3..5009e11a1647 100644 --- a/pkgs/development/python-modules/pyiceberg/default.nix +++ b/pkgs/development/python-modules/pyiceberg/default.nix @@ -212,7 +212,7 @@ buildPythonPackage rec { pytestFlags = [ # ResourceWarning: unclosed database in - "-Wignore::pytest.PytestUnraisableExceptionWarning" + "-Wignore::ResourceWarning" ]; disabledTestPaths = [