From 620ed4fc5240ccba73d60a6905cd13ec325c1b10 Mon Sep 17 00:00:00 2001 From: Marwan Date: Thu, 6 Jan 2022 18:57:59 +0100 Subject: [PATCH] Move socks testing requirement into requirements-dev.txt (#6035) --- Makefile | 1 - requirements-dev.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b6d321e7..5e8fe3cc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ .PHONY: docs init: - pip install -e .[socks] pip install -r requirements-dev.txt test: # This runs all of the tests, on both Python 2 and Python 3. diff --git a/requirements-dev.txt b/requirements-dev.txt index bc4c3e4b..31b67d80 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,4 @@ +-e .[socks] pytest>=2.8.0,<=6.2.5 pytest-cov pytest-httpbin==1.0.0