Remove python-dateutil
error suppression for pytest once >2.8.2
is released
#1428
Labels
bug
A crash or error in behavior.
Describe the bug
For Python 3.12,
python-dateutil
is currently causing CI to raise an error for usingdatetime.utcfromtimestamp()
. A mitigation was put in place to suppress the error until a new release.Steps to reproduce
N/A
Expected behavior
Remove the error suppression configuration from
pyproject.toml
once a release >2.8.2 is cut.Screenshots
No response
Environment
N/A
Logs
No response
Additional context
RE: #1290
The text was updated successfully, but these errors were encountered: