From 5b42d1230f043bb06a375dec6a4c2699d162a515 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Mon, 6 Sep 2021 13:57:21 -0700 Subject: [PATCH] Move pytest pin to support 9.x series --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 77fedb9716..fbe791587e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -e .[socks] -pytest>=2.8.0,<9 +pytest>=2.8.0,<10 pytest-cov pytest-httpbin==2.1.0 httpbin~=0.10.0