Skip to content

Commit

Permalink
Escape the regular expression
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Dec 11, 2023
1 parent 364938a commit e128079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ xfail_strict = true
filterwarnings = [
"error",
# Apparently bqplot is using deprecated traitlets APIs
'ignore:\s+Sentinel is not a public part of the traitlets API:DeprecationWarning',
'ignore:\\s+Sentinel is not a public part of the traitlets API:DeprecationWarning',
# ginga is using something from asdf that has been deprecated
'ignore:AsdfInFits has been deprecated:DeprecationWarning',
# ipyautoui generates this warning...
Expand Down

0 comments on commit e128079

Please sign in to comment.