mirror of
https://github.com/kennethreitz/pipenvlib.git
synced 2026-06-05 23:10:16 +00:00
skip assert if pipenv is installed
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -167,9 +167,6 @@ class PipenvProject(object):
|
||||
|
||||
return [l for l in gen()]
|
||||
|
||||
def _assert_pipenv_is_installed(self):
|
||||
pass
|
||||
|
||||
def _run(self, cmd):
|
||||
"""Run a Pipenv command for the Pipenv project.."""
|
||||
return delegator.run('pipenv {0}'.format(cmd), cwd=self.home)
|
||||
|
||||
Reference in New Issue
Block a user