Chris Daish
Chris Daish
Can confirm this issue also occurs with Azure DevOps when using https:// with git.
I seem to still be seeing the same warnings on the beta (Python 3.12): ``` /Users/fakeUser/.local/pipx/venvs/terraform-compliance/lib/python3.12/site-packages/radish/extensions/time_recorder.py:56: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware...
If it helps anyone we have been able to suppress the errors by using/pinning Python 3.11 (based on the versions tested in the GitHub Actions pipelines) locally via pyenv and...