File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ API changes
11
11
mast
12
12
^^^^
13
13
14
- - Handle coordinates that are not in the ICRS frame in query functions. [#3164]
15
-
16
14
- Handle a MAST URI string as input for ``Observations.get_cloud_uri `` and a list of MAST URIs as input for
17
15
``Observations.get_cloud_uris ``. [#3193]
18
16
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ filterwarnings =
87
87
ignore:The upstream SHA API has been changed:UserWarning
88
88
# CDMS triggers this, but we don't use it directly
89
89
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
92
92
93
93
markers =
94
94
bigdata: marks tests that are expected to trigger a large download (deselect with ' -m "not bigdata"' )
You can’t perform that action at this time.
0 commit comments