We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad158b0 commit d81edc8Copy full SHA for d81edc8
tests/unit/test_finder.py
@@ -5,7 +5,7 @@
5
import pytest
6
from pip._vendor.packaging.specifiers import SpecifierSet
7
from pip._vendor.packaging.tags import Tag
8
-from pkg_resources import parse_version
+from pip._vendor.packaging.version import parse as parse_version
9
10
import pip._internal.utils.compatibility_tags
11
from pip._internal.exceptions import BestVersionAlreadyInstalled, DistributionNotFound
0 commit comments