tests: use packaging from setuptools instead of deprecated distutils
When invoking StrictVersion in 3.12 we got: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. distutils is dead in the standard library, and we have to move towards using `setuptools` as general extern dependency. Instead of also requiring the extern `packaging`, we will just use the packaging that is vendored in setuptools.
parent
be227c60
No related branches found
No related tags found
-
mentioned in commit 0e4860a973f6
-
mentioned in commit 34bfdde8b6ee
-
mentioned in commit 939e39f7f835
-
mentioned in commit 626bd5191cc7
-
mentioned in commit 97d00e5340e1
-
mentioned in commit 18651042807f
-
mentioned in commit 3fff8c214252
-
mentioned in commit 918f7c4c98b4
-
mentioned in commit 8fec3f871496
-
mentioned in commit 95614631d7c5
-
mentioned in commit 0035695dff48
-
mentioned in commit c9d7af815275
-
mentioned in commit 4f4c24914b3b
-
mentioned in commit 72bc29f01570
Please register or sign in to comment