mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-21 15:20:59 +00:00
c58c371f6b
* Vendor new safety (#5217) * Closest to correct vendoring of ruamel. * Fix lint * New pipenv check with minimal output. * Remove decode_for_output use in pipenv check functions. * Use click.secho where is possible. * Rerun vendoring to get the latest safety version. * skip this test for now. Co-authored-by: Yeison Vargas <yeisonvargasjf@gmail.com>
14 lines
435 B
Diff
14 lines
435 B
Diff
diff --git a/pipenv/patched/safety/__main__.py b/pipenv/patched/safety/__main__.py
|
|
index d9a0bdab..be36e88b 100644
|
|
--- a/pipenv/patched/safety/__main__.py
|
|
+++ b/pipenv/patched/safety/__main__.py
|
|
@@ -1,7 +1,7 @@
|
|
"""Allow safety to be executable through `python -m safety`."""
|
|
from __future__ import absolute_import
|
|
|
|
-from .cli import cli
|
|
+from pipenv.patched.safety.cli import cli
|
|
|
|
|
|
if __name__ == "__main__": # pragma: no cover
|