python-pytest-relaxed/0001-upgrade-pytest-version.patch
cherry530 ecf1f105e5 Modify pytest version
Signed-off-by: cherry530 <xuping33@huawei.com>
(cherry picked from commit 46362d0424ca2e508c4cdf0e30745a7fa328df74)
2023-03-28 15:02:04 +08:00

26 lines
782 B
Diff

From b5f50fdc046144577a06c99b596c424c19f065b0 Mon Sep 17 00:00:00 2001
From: zhaorenhai <zhaorenhai@hotmail.com>
Date: Sat, 30 Jan 2021 11:02:43 +0000
Subject: [PATCH] upgrade pytest version
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index d3af51b..44d9393 100644
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ setup(
# TODO: do we need to name the LHS 'pytest_relaxed' too? meh
"pytest11": ["relaxed = pytest_relaxed.plugin"]
},
- install_requires=["pytest>=3,<5", "six>=1,<2", "decorator>=4,<5"],
+ install_requires=["pytest>=3,<=7.0.1", "six>=1,<2", "decorator>=4,<6"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Framework :: Pytest",
--
2.27.0