diff --git a/HISTORY.txt b/HISTORY.txt index e5e18762..d76ea5c1 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,5 @@ +7.6.6: + - Packaging problem. 7.6.5: - Patched vendored 'safety' package to remove yaml dependency — should work on all Pythons now. 7.6.4: diff --git a/pipenv/cli.py b/pipenv/cli.py index 559fe5b2..d1e64bab 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -2029,7 +2029,7 @@ def check(three=None, python=False): ) path = pep508checker.__file__.rstrip('cdo') - path = os.sep.join(__file__.split(os.sep)[:-1] + ['safety', 'safety.zip']) + path = os.sep.join(__file__.split(os.sep)[:-1] + ['patched', 'safety.zip']) c = delegator.run('"{0}" {1} check --json'.format(which('python'), shellquote(path))) try: