Skip to content

Commit

Permalink
Fix for changed error message in python 3.12rc
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Sep 10, 2023
1 parent 934a7c4 commit f44e79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -16,6 +16,6 @@ commands =
-W error::DeprecationWarning \
-W error::PendingDeprecationWarning \
-W ignore:'pkg_resources is deprecated as an API':DeprecationWarning \
-W ignore:'datetime.utcfromtimestamp() is deprecated':DeprecationWarning \
-W ignore:'daettime.datetime.utcfromtimestamp() is deprecated':DeprecationWarning \
-m coverage run \
-m pytest -p no:randomly {posargs:tests}

0 comments on commit f44e79e

Please sign in to comment.