Skip to content

Commit 311197b

Browse files
committed
Final updates to changelog and warning filter
1 parent 425d5de commit 311197b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGES.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ API changes
1111
mast
1212
^^^^
1313

14-
- Handle coordinates that are not in the ICRS frame in query functions. [#3164]
15-
1614
- Handle a MAST URI string as input for ``Observations.get_cloud_uri`` and a list of MAST URIs as input for
1715
``Observations.get_cloud_uris``. [#3193]
1816

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ filterwarnings =
8787
ignore:The upstream SHA API has been changed:UserWarning
8888
# CDMS triggers this, but we don't use it directly
8989
ignore: The 'strip_cdata' option of HTMLParser:DeprecationWarning
90-
# Datetime deprecation warnings
91-
ignore::DeprecationWarning:datetime\.datetime
90+
# Triggered in mast, likely boto related
91+
ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning
9292

9393
markers =
9494
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')

0 commit comments

Comments
 (0)