5 Star 0 Fork 0

OpenCloudOS Stream/python-cherrypy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pytest-ignore-urllib3-pyopenssl-DeprecationWarnings.patch 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
nilusyi 提交于 2023-03-09 15:17 +08:00 . OCS package init
diff --git a/pytest.ini b/pytest.ini
index aef459eb..75faeb5b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -51,6 +51,7 @@ filterwarnings =
ignore:Exception ignored in. <socket.socket fd=-1, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6>:pytest.PytestUnraisableExceptionWarning:_pytest.unraisableexception
ignore:Exception ignored in. <_io.FileIO .closed.>:pytest.PytestUnraisableExceptionWarning:_pytest.unraisableexception
+ ignore:'urllib3.contrib.pyopenssl' module is deprecated:DeprecationWarning
ignore:'cgi' is deprecated:DeprecationWarning
ignore:Use cheroot.test.webtest:DeprecationWarning
ignore:This method will be removed in future versions.*:DeprecationWarning
ignore:Unable to verify that the server is bound on:UserWarning
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/python-cherrypy.git
git@gitee.com:opencloudos-stream/python-cherrypy.git
opencloudos-stream
python-cherrypy
python-cherrypy
master

搜索帮助