diff --git a/pipenv/cli.py b/pipenv/cli.py index 07353ce6..d221c72a 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -480,7 +480,6 @@ def do_lock(no_hashes=True): if not no_hashes: lockfile['default'][dep['name']]['hash'] = dep['hash'] - # Write out the lockfile. with open(project.lockfile_location, 'w') as f: json.dump(lockfile, f, indent=4, separators=(',', ': '), sort_keys=True) diff --git a/test_windows/test_basic.py b/test_windows/test_basic.py index 4344eea0..4c450eee 100644 --- a/test_windows/test_basic.py +++ b/test_windows/test_basic.py @@ -12,4 +12,4 @@ class TestPipenv(): def test_lock(self): c = delegator.run('pipenv lock') - assert c.return_code == 0 \ No newline at end of file + assert c.return_code == 0