mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Tests: fix failing tests after removal of vistir.misc.run
This commit is contained in:
@@ -498,7 +498,7 @@ class VirtualEnv:
|
||||
cmd = [
|
||||
python, "-m", "virtualenv", self.path.absolute().as_posix()
|
||||
]
|
||||
c = sp.run(cmd, shell=True)
|
||||
c = sp.run(cmd)
|
||||
assert c.returncode == 0
|
||||
|
||||
def activate(self):
|
||||
|
||||
Reference in New Issue
Block a user