1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests
Chris Hunt e5495cf6a1 Raise UnsupportedWheel when .dist-info doesn't match name
This aligns with the previous behavior that would have enforced the
found .dist-info directory starting with the name of the package.

We raise UnsupportedWheel because it looks better in output than the
AssertionError (which includes traceback).
2019-12-21 21:27:49 -05:00
..
data Add an integration test of installing a project with a local PEP 517 backend 2019-11-23 18:45:09 +00:00
functional Raise UnsupportedWheel when .dist-info doesn't match name 2019-12-21 21:27:49 -05:00
lib Add test for multiple .dist-info in wheel 2019-12-21 10:51:57 -05:00
scripts Switch pip to use Warehouse by default 2018-04-16 15:54:11 -04:00
unit Merge pull request #7478 from chrahunt/refactor/make-functional-download-tests 2019-12-17 07:55:29 +08:00
yaml Misc. trivial typos 2018-03-27 06:51:44 -04:00
__init__.py Port to Python3 2011-03-15 15:49:48 -04:00
conftest.py Replace atexit with globally-managed tempdir 2019-12-09 06:06:37 +08:00