From a4b71c53a79c5a108c05421ff72bd62ed829466e Mon Sep 17 00:00:00 2001 From: Matthew Davis Date: Thu, 28 Apr 2022 23:04:21 -0400 Subject: [PATCH] Adding patch to remove python version limit --- 0002-Remove-pytest-version-limit.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 0002-Remove-pytest-version-limit.patch diff --git a/0002-Remove-pytest-version-limit.patch b/0002-Remove-pytest-version-limit.patch new file mode 100644 index 0000000..999a4d9 --- /dev/null +++ b/0002-Remove-pytest-version-limit.patch @@ -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",