Skip to content

Commit

Permalink
Move socks testing requirement into requirements-dev.txt (#6035)
Browse files Browse the repository at this point in the history
  • Loading branch information
notAutomne committed Jan 6, 2022
1 parent 31a89d9 commit 620ed4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion 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.
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
@@ -1,3 +1,4 @@
-e .[socks]
pytest>=2.8.0,<=6.2.5
pytest-cov
pytest-httpbin==1.0.0
Expand Down

0 comments on commit 620ed4f

Please sign in to comment.