1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/packages
2012-09-10 20:45:04 +01: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
HackedEggInfo Add HackedEggInfo test for the the fix for GH-11. 2012-07-01 23:08:51 -07: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
child-0.1.tar.gz Add a test for issue #355. 2012-07-09 09:04:46 +02:00
duplicate-1.0.tar.gz Fix for issue 670 (unorderable Link types under Python 3) 2012-09-10 20:45:04 +01: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
parent-0.1.tar.gz edited and repackaged to exclude twisted import 2012-08-18 12:03:22 -07: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 Add a test for issue #355. 2012-07-09 09:04:46 +02: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.

The parent-0.1.tar.gz and child-0.1.tar.gz packages are used by
test_uninstall:test_uninstall_overlapping_package.