From 5b43d145add278f32dc0b2cdd7714e80a4f0fb2c Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 18 Nov 2024 22:51:07 -0500 Subject: [PATCH] Ignore deprecation warning from httpretty Although we might just want to get rid of that dependency -- not developed much any longer --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index f595625007..6f636c1a59 100644 --- a/tox.ini +++ b/tox.ini @@ -74,6 +74,8 @@ filterwarnings = ignore:distutils Version classes are deprecated:DeprecationWarning # workaround for https://github.com/datalad/datalad/issues/6307 ignore:The distutils package is deprecated + # sent fix upstream: https://github.com/HTTPretty/HTTPretty/pull/9 + ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:httpretty markers = fail_slow githubci_osx