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 8bdba11 commit 6c90ddcCopy full SHA for 6c90ddc
tox.ini
@@ -15,6 +15,7 @@ commands =
15
-W error::ResourceWarning \
16
-W error::DeprecationWarning \
17
-W error::PendingDeprecationWarning \
18
+ -W ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning \
19
-W ignore:datetime.datetime.utcnow:DeprecationWarning \
20
-m coverage run \
21
-m pytest {posargs:tests}
0 commit comments