diff --git a/pyproject.toml b/pyproject.toml index 2dcd4951..f8d26e1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,8 @@ filterwarnings = [ # Sometimes turning ResourceWarnings into errors creates an unraisable exception # e.g. when pyest catches another exception, this will block the turning of # ResourceWarnings into errors - "error::pytest.PytestUnraisableExceptionWarning", + # Disabled until issue #150 is resolved. + # "error::pytest.PytestUnraisableExceptionWarning", ] [tool.coverage.run]