mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix pep508 direct URL depedencies
- Fixes #3148 Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
@@ -233,6 +233,9 @@ class _PipenvInstance(object):
|
||||
def __enter__(self):
|
||||
if self.chdir:
|
||||
os.chdir(self.path)
|
||||
os.environ['PIPENV_PIPFILE'] = fs_str(self.pipfile_path)
|
||||
c = delegator.run("pipenv run pip install /home/hawk/git/pip")
|
||||
assert c.return_code == 0
|
||||
return self
|
||||
|
||||
def __exit__(self, *args):
|
||||
|
||||
Reference in New Issue
Block a user