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 75725ee commit 3f0522cCopy full SHA for 3f0522c
admin/packaging.py
@@ -172,6 +172,11 @@ class GetPackageVersion(object):
172
Record the version of ``package_name`` installed in ``virtualenv_path`` by
173
parsing the output of ``pip show``.
174
175
+ XXX: This wouldn't be necessary if pip had a way to report the version of
176
+ the package that it is about to install eg
177
+ ``pip install --dry-run http://www.example.com/my/wheel.whl``
178
+ See: https://github.com/pypa/pip/issues/53
179
+
180
:ivar FilePath virtualenv_path: The path of the ``virtualenv`` containing
181
the package.
182
:ivar bytes package_name: The name of the package whose version will be
0 commit comments