We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 934a7c4 commit f44e79eCopy full SHA for f44e79e
1 file changed
tox.ini
@@ -16,6 +16,6 @@ commands =
16
-W error::DeprecationWarning \
17
-W error::PendingDeprecationWarning \
18
-W ignore:'pkg_resources is deprecated as an API':DeprecationWarning \
19
- -W ignore:'datetime.utcfromtimestamp() is deprecated':DeprecationWarning \
+ -W ignore:'daettime.datetime.utcfromtimestamp() is deprecated':DeprecationWarning \
20
-m coverage run \
21
-m pytest -p no:randomly {posargs:tests}
0 commit comments