-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Using the pytest plugin on 3.11 (but 3.10 too) gives the following warning:
/home/runner/work/urllib3/urllib3/.nox/test-3-11/lib/python3.11/site-packages/pytest_freezegun.py:5: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.version import LooseVersion
One option to fix this is to use packaging.version.path as done by @hugovk here: https://github.com/python-pillow/Pillow/pull/4797/files
Initial reported in spulec/freezegun#428 by mistake
taybin, jaraco, alexprengere, eraserhead0705, lyz-code and 25 more
Metadata
Metadata
Assignees
Labels
No labels