python-pytest-relaxed/0001-upgrade-pytest-version.patch

26 lines
777 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,<6", "six>=1,<2", "decorator>=4,<5"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Framework :: Pytest",
--
2.27.0