1 Star 0 Fork 12

lyn/python-pyrsistent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-relax-dependency-on-pytest.patch 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
lyn 提交于 2023-01-17 19:30 . relax dependency on pytest
diff -Nur a/setup.py b/setup.py
--- a/setup.py 2022-11-03 08:32:09.000000000 +0800
+++ b/setup.py 2023-01-17 19:17:14.758046670 +0800
@@ -75,7 +75,7 @@
'Programming Language :: Python :: Implementation :: PyPy',
],
test_suite='tests',
- tests_require=['pytest<7', 'hypothesis<7'],
+ tests_require=['pytest', 'hypothesis<7'],
scripts=[],
setup_requires=pytest_runner,
ext_modules=extensions,
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lyn1001/python-pyrsistent.git
git@gitee.com:lyn1001/python-pyrsistent.git
lyn1001
python-pyrsistent
python-pyrsistent
master

搜索帮助