python3Packages.pyiceberg: fix pytestFlags to skip correct warning

This commit is contained in:
Gaetan Lepage
2025-10-11 12:31:00 +00:00
parent fe584505f5
commit b896ef6368
@@ -212,7 +212,7 @@ buildPythonPackage rec {
pytestFlags = [
# ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7ffe7c6f4220>
"-Wignore::pytest.PytestUnraisableExceptionWarning"
"-Wignore::ResourceWarning"
];
disabledTestPaths = [