1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Note that things break horribly without a temp path

This commit is contained in:
Donald Stufft 2013-08-22 01:51:14 -04:00
parent 319a73cb0a
commit 555322b432

View file

@ -283,7 +283,7 @@ class TestPipEnvironment(scripttest.TestFileEnvironment):
real_name = "%s_path" % name
setattr(self, name, getattr(self, real_name) - self.base_path)
# Ensure the tmp dir exists
# Ensure the tmp dir exists, things break horribly if it doesn't
self.temp_path.mkdir()
# create easy-install.pth in user_site, so we always have it updated