代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。