mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Move socks testing requirement into requirements-dev.txt (#6035)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
-e .[socks]
|
||||
pytest>=2.8.0,<=6.2.5
|
||||
pytest-cov
|
||||
pytest-httpbin==1.0.0
|
||||
|
||||
Reference in New Issue
Block a user