mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Adapt to Python 3.12.0rc2 (#9764)
The warning message changed from "datetime.utcfromtimestamp() is deprecated" to "datetime.datetime.utcfromtimestamp() is deprecated"
This commit is contained in:
parent
61773be971
commit
01d129dfca
1 changed files with 1 additions and 1 deletions
|
|
@ -42,5 +42,5 @@ filterwarnings =
|
|||
ignore:.*declare_namespace\(':DeprecationWarning
|
||||
ignore:pkg_resources is deprecated as an API:DeprecationWarning
|
||||
ignore:Python 3.7 support will be dropped:PendingDeprecationWarning
|
||||
ignore:datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:pytz.tzinfo
|
||||
ignore:.*datetime.utcfromtimestamp\(\) is deprecated:DeprecationWarning:pytz.tzinfo
|
||||
ignore:Boto3 will no longer support Python 3.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue