We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cc19d commit 425d5deCopy full SHA for 425d5de
setup.cfg
@@ -87,6 +87,8 @@ filterwarnings =
87
ignore:The upstream SHA API has been changed:UserWarning
88
# CDMS triggers this, but we don't use it directly
89
ignore: The 'strip_cdata' option of HTMLParser:DeprecationWarning
90
+# Datetime deprecation warnings
91
+ ignore::DeprecationWarning:datetime\.datetime
92
93
markers =
94
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
0 commit comments