Skip to content

Commit

Permalink
turn stdatamodels validationwarnings into errors in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Nov 25, 2024
1 parent b5d12ce commit 208e7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ addopts = [
]
filterwarnings = [
"error::ResourceWarning",
"error::stdatamodels.validate.ValidationWarning",
"ignore:Models in math_functions:astropy.utils.exceptions.AstropyUserWarning",
]

Expand Down

0 comments on commit 208e7ce

Please sign in to comment.