From c72289fccbcbcf873cf17c24914506e0e96238eb Mon Sep 17 00:00:00 2001 From: LilSpazJoekp <15524072+LilSpazJoekp@users.noreply.github.com> Date: Sun, 21 May 2023 12:06:35 -0500 Subject: [PATCH] Fix tests --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a350a9e78..fded061aa 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ "betamax-matchers >=0.3.0, <0.5", "pytest >=2.7.3", "requests >=2.20.1, <3", + "urllib3 ==1.26.*, <2", ], } extras["lint"] += extras["readthedocs"]