Commit 5e00a02e authored by Jason R. Coombs's avatar Jason R. Coombs

Disable warning of LegacyVersion in parsed_version. This functionality should...

Disable warning of LegacyVersion in parsed_version. This functionality should be called explicitly at whatever times are appropriate for the warning. Fixes #307.
parent 80c6b750
......@@ -2501,7 +2501,6 @@ class Distribution(object):
def parsed_version(self):
if not hasattr(self, "_parsed_version"):
self._parsed_version = parse_version(self.version)
self._warn_legacy_version()
return self._parsed_version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment