diff --git a/pipenv/cli.py b/pipenv/cli.py index ffb33d89..cc8b9563 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -653,7 +653,6 @@ def do_lock(verbose=False): except IndexError: pass - # Run the PEP 508 checker in the virtualenv, add it to the lockfile. cmd = '"{0}" {1}'.format(which('python'), shellquote(pep508checker.__file__.rstrip('cdo'))) c = delegator.run(cmd)