Skip to content

Commit

Permalink
TST: Ignore DeprecationWarning in Python 3.12 (spacetelescope#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Mar 27, 2024
1 parent 68eea47 commit 31aabd2
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 @@ -97,6 +97,7 @@ filterwarnings = [
"ignore:numpy\\.ndarray size changed:RuntimeWarning",
"ignore:zmq\\.eventloop\\.ioloop is deprecated in pyzmq:DeprecationWarning",
"ignore:((.|\n)*)Sentinel is not a public part of the traitlets API((.|\n)*)",
"ignore:datetime\\.datetime\\.utcfromtimestamp:DeprecationWarning",
"ignore::DeprecationWarning:glue",
"ignore::DeprecationWarning:bqplot",
"ignore::DeprecationWarning:bqplot_image_gl",
Expand Down

0 comments on commit 31aabd2

Please sign in to comment.