Skip to content

Commit

Permalink
Ignore ipykernel warninng
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Dec 19, 2024
1 parent 2388b30 commit 43e0710
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 @@ -135,6 +135,7 @@ filterwarnings = [
"ignore:The unit 'Angstrom' has been deprecated in the VOUnit standard\\. Suggested.* 0\\.1nm\\.",
"ignore:((.|\n)*)Sentinel is not a public part of the traitlets API((.|\n)*)",
"ignore:datetime\\.datetime\\.utcfromtimestamp:DeprecationWarning", # asdf + dateutil<=2.8.2 + Python 3.12
"ignore:Parsing dates involving a day of month without a year:DeprecationWarning", # ipykernel<7
"ignore::DeprecationWarning:glue",
"ignore::DeprecationWarning:asteval",
"ignore:::specutils.spectra.spectrum1d",
Expand Down

0 comments on commit 43e0710

Please sign in to comment.