5 Star 0 Fork 1

src-openEuler/python-pytest-golden

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0001-update-testfixtures-and-poetry-to-poetry-core.patch 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
赵梦 提交于 2023-08-25 10:18 . Init package python-pytest-golden v0.2.2.
From 5b98688fad969a305115c11993f81cbcfe278089 Mon Sep 17 00:00:00 2001
From: mengzhaoa <mengzhaoa@isoftstone.com>
Date: Thu, 21 Sep 2023 16:19:57 +0800
Subject: [PATCH] update testfixtures and poetry to poetry-core
---
PKG-INFO | 2 +-
pyproject.toml | 6 +++---
setup.py | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/PKG-INFO b/PKG-INFO
index af18655..bb571d4 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -20,7 +20,7 @@ Requires-Dist: atomicwrites (>=1.4.0,<2.0.0)
Requires-Dist: dataclasses (>=0.7,<1.0); python_version < "3.7"
Requires-Dist: pytest (>=6.1.2)
Requires-Dist: ruamel.yaml (>=0.16.12,<1.0)
-Requires-Dist: testfixtures (>=6.15.0,<7.0.0)
+Requires-Dist: testfixtures (>=6.15.0,<7.2.0)
Project-URL: Repository, https://github.com/oprypin/pytest-golden
Description-Content-Type: text/markdown
diff --git a/pyproject.toml b/pyproject.toml
index f9214d2..77dc6fc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ pytest = ">=6.1.2"
"ruamel.yaml" = ">=0.16.12, <1.0"
atomicwrites = "^1.4.0"
dataclasses = {version = ">=0.7, <1.0", python = "<3.7"}
-testfixtures = "^6.15.0"
+testfixtures = ">=6.15.0,<7.2.0"
[tool.poetry.dev-dependencies]
black = ">=20.8b1"
@@ -43,5 +43,5 @@ enable_assertion_pass_hook = true
norecursedirs = "example"
[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.4.0"]
+build-backend = "poetry.core.masonry.api"
diff --git a/setup.py b/setup.py
index 73be4ad..3994bb0 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ install_requires = \
['atomicwrites>=1.4.0,<2.0.0',
'pytest>=6.1.2',
'ruamel.yaml>=0.16.12,<1.0',
- 'testfixtures>=6.15.0,<7.0.0']
+ 'testfixtures>=6.15.0,<7.2.0']
extras_require = \
{':python_version < "3.7"': ['dataclasses>=0.7,<1.0']}
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/python-pytest-golden.git
git@gitee.com:src-openeuler/python-pytest-golden.git
src-openeuler
python-pytest-golden
python-pytest-golden
master

搜索帮助