mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[dev-packages]
|
||||
pipenv = {path = ".", editable = true, extras = ["tests", "dev"]}
|
||||
sphinx-click = "*"
|
||||
sphinx-click = "<3"
|
||||
click = "*"
|
||||
pytest_pypi = {path = "./tests/pytest-pypi", editable = true}
|
||||
stdeb = {version="*", markers="sys_platform == 'linux'"}
|
||||
|
||||
Generated
+296
-634
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1341,7 +1341,7 @@ def venv_resolve_deps(
|
||||
results = c.out.strip()
|
||||
if c.ok:
|
||||
sp.green.ok(environments.PIPENV_SPINNER_OK_TEXT.format("Success!"))
|
||||
if c.out.strip():
|
||||
if not environments.is_verbose() and c.out.strip():
|
||||
click_echo(crayons.yellow("Warning: {0}".format(c.out.strip())), err=True)
|
||||
else:
|
||||
sp.red.fail(environments.PIPENV_SPINNER_FAIL_TEXT.format("Locking Failed!"))
|
||||
|
||||
Reference in New Issue
Block a user