5 Star 0 Fork 0

OpenCloudOS Stream/python-pytest-expect

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
16.patch 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
nilusyi 提交于 2023-03-09 15:18 . OCS package init
From 6779a40d7907c2f86818cbed56030d330a137541 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <[email protected]>
Date: Mon, 7 Feb 2022 12:09:52 +0100
Subject: [PATCH] Explicitly require six
six is imported but was not required.
In the past, it might have been transitively pulled in by pytest.
---
setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 7ad98d2..ba135c0 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,8 @@
install_requires=[
"pytest",
- "u-msgpack-python"
+ "six",
+ "u-msgpack-python",
],
packages=["pytest_expect"],
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/python-pytest-expect.git
[email protected]:opencloudos-stream/python-pytest-expect.git
opencloudos-stream
python-pytest-expect
python-pytest-expect
master

搜索帮助