From d6979e55e9570d7c3de0a32e1ff78980534de9c4 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Tue, 6 Aug 2024 17:40:27 -0700 Subject: [PATCH] Remove the open files ignore pytest option that is no longer used --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8349ce14ef..a4a322c46d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -134,9 +134,6 @@ line_length = 110 write_to = "python/lsst/daf/butler/version.py" [tool.pytest.ini_options] -# The matplotlib test may not release font files. -# Some unit tests open registry database in setUpClass. -open_files_ignore = ["*.ttf", "gen3.sqlite3"] # These require additional environment setup that isn't available during # normal unit test runs addopts = "--ignore=tests_integration"