Skip to content

Commit f44e79e

Browse files
committed
Fix for changed error message in python 3.12rc
1 parent 934a7c4 commit f44e79e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ commands =
1616
-W error::DeprecationWarning \
1717
-W error::PendingDeprecationWarning \
1818
-W ignore:'pkg_resources is deprecated as an API':DeprecationWarning \
19-
-W ignore:'datetime.utcfromtimestamp() is deprecated':DeprecationWarning \
19+
-W ignore:'daettime.datetime.utcfromtimestamp() is deprecated':DeprecationWarning \
2020
-m coverage run \
2121
-m pytest -p no:randomly {posargs:tests}

0 commit comments

Comments
 (0)