nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.pyiceberg: fix pytestFlags to skip correct warning

+1 -1
+1 -1
pkgs/development/python-modules/pyiceberg/default.nix
··· 212 212 213 213 pytestFlags = [ 214 214 # ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7ffe7c6f4220> 215 - "-Wignore::pytest.PytestUnraisableExceptionWarning" 215 + "-Wignore::ResourceWarning" 216 216 ]; 217 217 218 218 disabledTestPaths = [