代码拉取完成,页面将自动刷新
From 2d6709e2fc7fba1e0d61e8dad03fa68bf19a9b0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>
Date: Sun, 18 Aug 2019 10:46:37 +0200
Subject: [PATCH] pytest-shutil: Only require contextlib2 on Python 2
---
pytest-shutil/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pytest-shutil/setup.py b/pytest-shutil/setup.py
index 70cc354..57f710d 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
install_requires = ['six',
'execnet',
- 'contextlib2',
+ 'contextlib2;python_version<"3"',
'pytest',
'path.py',
'mock',
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。