Python: replace requests2 with requests tree-wide
See f63eb58573
The `requests2` attribute now throws an error informing that `requests`
should be used instead.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
, nbconvert
|
||||
, ipykernel
|
||||
, terminado
|
||||
, requests2
|
||||
, requests
|
||||
, pexpect
|
||||
}:
|
||||
|
||||
@@ -34,7 +34,7 @@ buildPythonPackage rec {
|
||||
buildInputs = [nose glibcLocales] ++ lib.optionals isPy27 [mock];
|
||||
|
||||
propagatedBuildInputs = [jinja2 tornado ipython_genutils traitlets jupyter_core
|
||||
jupyter_client nbformat nbconvert ipykernel terminado requests2 pexpect ];
|
||||
jupyter_client nbformat nbconvert ipykernel terminado requests pexpect ];
|
||||
|
||||
checkPhase = ''
|
||||
nosetests -v
|
||||
|
||||
Reference in New Issue
Block a user