Skip to content

Commit

Permalink
Remove the open files ignore pytest option that is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Aug 7, 2024
1 parent 507e92d commit d6979e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d6979e5

Please sign in to comment.