1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/tests/packages
2012-07-09 09:04:46 +02: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
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
parent-0.1.tar.gz Add a test for issue #355. 2012-07-09 09:04:46 +02: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.