1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/packages
Carl Meyer fcd79d3cbc Merge pull request #500 from nickstenning/feature/local-extras
Add support for specifying extras with local editable paths
2012-05-24 07:55:24 -07:00
..
BrokenEmitsUTF8 Add a test (test_install_package_that_emits_unicode) for https://github.com/pypa/pip/issues/326 and 2011-10-29 08:56:51 -07:00
FSPkg Removed and ignored test package .egg-info directory. 2011-03-23 00:56:52 -04:00
LineEndings Fixed #237 - syntax error on setup.py using DOS line endings, on Python 2.6 and previous. 2011-03-21 21:51:23 -04:00
LocalExtras Add functional test for local editables with extras. 2012-05-24 10:04:16 +01:00
broken-0.1.tar.gz tests for uninstall-rollback 2009-10-25 08:24:44 -04:00
broken-0.2broken.tar.gz tests for uninstall-rollback 2009-10-25 08:24:44 -04:00
gmpy-1.15.tar.gz Fix issue #510 - prevent sdist filename matches on partial project names. Thanks casevh for the report. 2012-04-16 17:27:47 -06:00
gmpy2-2.0.tar.gz Fix issue #510 - prevent sdist filename matches on partial project names. Thanks casevh for the report. 2012-04-16 17:27:47 -06:00
paxpkg.tar.bz2 correctly handle pax_global_header for untar on python < 2.6 2010-09-07 19:26:13 +02:00
pkgwithmpkg-1.0-py2.7-macosx10.7.mpkg.zip Added test for mpkg fix. 2011-12-16 10:07:18 -07:00
pkgwithmpkg-1.0.tar.gz Added test for mpkg fix. 2011-12-16 10:07:18 -07:00
README.txt tests for uninstall-rollback 2009-10-25 08:24:44 -04:00

This package exists for testing uninstall-rollback. 

Version 0.2broken has a setup.py crafted to fail on install (and only on
install). If any earlier step would fail (i.e. egg-info-generation), the
already-installed version would never be uninstalled, so uninstall-rollback
would not come into play.