Adding patch to remove python version limit
This commit is contained in:
parent
b5cdd2c9ea
commit
a4b71c53a7
1 changed files with 13 additions and 0 deletions
13
0002-Remove-pytest-version-limit.patch
Normal file
13
0002-Remove-pytest-version-limit.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/setup.py b/setup.py
|
||||
index a5bbfa1..2f179af 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -239,7 +239,7 @@ setup(
|
||||
":python_version < '3'": ["enum34", "ipaddress"],
|
||||
|
||||
"test": [
|
||||
- "pytest>=3.6.0,!=3.9.0,!=3.9.1,!=3.9.2",
|
||||
+ "pytest",
|
||||
"pretend",
|
||||
"iso8601",
|
||||
"pytz",
|
||||
Loading…
Add table
Add a link
Reference in a new issue