1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
Robert Collins 582af6e684 Issue #2677: Disable wheels for setup.py options.
Using --install-options, --build-options, --global-options changes
the way that setup.py behaves, and isn't honoured by the wheel code.
The new wheel autobuilding code made this very obvious - disable
the use of wheels when these options are supplied.
2015-04-24 16:14:48 +12:00
..
data Issue #2675: Granular control over wheels/sdists 2015-04-24 08:52:48 +12:00
functional Issue #2677: Disable wheels for setup.py options. 2015-04-24 16:14:48 +12:00
lib Fix VirtualEnvironment repr for Python2.6. 2015-04-07 08:00:49 -04:00
scripts Move from pip.compat.* to six.moves.* for urllib related stuff 2014-09-11 18:40:45 -04:00
unit Issue #2677: Disable wheels for setup.py options. 2015-04-24 16:14:48 +12:00
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py Issue #2140: Build wheels automatically 2015-04-13 18:33:07 +12:00