Update dependencies

This commit is contained in:
Frost Ming
2021-07-26 15:37:30 +08:00
parent 8c9039d0af
commit b990f7fe59
3 changed files with 298 additions and 636 deletions
+1 -1
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -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!"))