1 Star 0 Fork 30

AGIROS_Team/python-paramiko

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Remove-icecream-dep.patch 736 Bytes
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2023-06-15 11:42 +08:00 . Update to 3.2.0
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -17,7 +17,5 @@ coverage>=6.2,<7
alabaster==0.7.13
releases>=2.1
watchdog<2
-# Debuggery
-icecream>=2.1
# Self (sans GSS which is a pain to bother with most of the time)
-e ".[invoke]"
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -22,13 +22,6 @@ from ._loop import LoopSocket
from ._stub_sftp import StubServer, StubSFTPServer
from ._util import _support
-from icecream import ic, install as install_ic
-
-
-# Better print() for debugging - use ic()!
-install_ic()
-ic.configureOutput(includeContext=True)
-
# Perform logging by default; pytest will capture and thus hide it normally,
# presenting it on error/failure. (But also allow turning it off when doing
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AGIROS_Team/python-paramiko.git
git@gitee.com:AGIROS_Team/python-paramiko.git
AGIROS_Team
python-paramiko
python-paramiko
master

搜索帮助