Skip to content

Commit

Permalink
Merge pull request #2019 from larrybradley/update-pyproject
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
larrybradley authored Mar 5, 2025
2 parents 9e6b0b9 + cca5e1b commit cf9584d
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 @@ -129,19 +129,16 @@ xfail_strict = true
remote_data_strict = true
filterwarnings = [
'error', # turn warnings into exceptions
'ignore:numpy.ndarray size changed:RuntimeWarning',
]

[tool.coverage.run]
omit = [
'photutils/_astropy_init*',
'photutils/conftest.py',
'photutils/*setup_package*',
'photutils/tests/*',
'photutils/*/tests/*',
'photutils/extern/*',
'photutils/version*',
'*/photutils/_astropy_init*',
'*/photutils/conftest.py',
'*/photutils/*setup_package*',
'*/photutils/tests/*',
Expand Down

0 comments on commit cf9584d

Please sign in to comment.