From 4c1d62f3b21af6f139d8396081578d0c1646a632 Mon Sep 17 00:00:00 2001 From: Maxim Vov Date: Sun, 30 Sep 2018 21:57:38 +0300 Subject: [PATCH] =?UTF-8?q?A=20temporary=20fix=20for=20appveyor=20tests=20?= =?UTF-8?q?problem=20that=20results=20in=20an=20error:=20`RequirementParse?= =?UTF-8?q?Error(str(e))=20pip.=5Fvendor.pkg=5Fresources.RequirementParseE?= =?UTF-8?q?rror:=20Invalid=20requirement,=20parse=20error=20at=20=E2=80=9C?= =?UTF-8?q?=E2=80=99;=20extra=20'`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3f58159ade..4c83706af5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,10 @@ install: - cmd: conda config --set show_channel_urls true - cmd: conda config --add channels conda-forge #- cmd: conda update --yes --quiet conda - - cmd: conda install -y pyzmq tornado jupyter_client nbformat nbconvert ipykernel pip nodejs nose + - cmd: conda install -y pyzmq tornado jupyter_client nbformat ipykernel pip nodejs nose + # not using `conda install -y` on nbconvent package because there is + # currently a bug with the version that the anaconda installs, so we will just install it with pip + - cmd: pip install nbconvert - cmd: python setup.py build - cmd: pip install .[test]