python3Packages.pyiceberg: fix pytestFlags to skip correct warning
This commit is contained in:
@@ -212,7 +212,7 @@ buildPythonPackage rec {
|
||||
|
||||
pytestFlags = [
|
||||
# ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7ffe7c6f4220>
|
||||
"-Wignore::pytest.PytestUnraisableExceptionWarning"
|
||||
"-Wignore::ResourceWarning"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user