mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -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:
|
||||
|
||||
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user