From d9212bbe97728a880169e4fd694a679e421f5bd5 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 12 Apr 2021 13:13:43 -0400 Subject: [PATCH] Test nbconvert 5.6.1 with jupyter-client 6.2.0 Related #1549 Related jupyter/jupyter_client/issues/637 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9cb9c6768..58896b776 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,10 @@ addons: - inkscape # for svgs in pdf output - lmodern # latex package - texlive-generic-extra +before_install: + # jupyter-client 6.2.0 has been yanked from pypi so install it manually + - wget -O - https://github.com/jupyter/jupyter_client/archive/refs/tags/6.2.0.tar.gz | tar -xz + - pip install --ignore-installed jupyter_client-6.2.0/. install: - wget https://github.com/jgm/pandoc/releases/download/2.7/pandoc-2.7-1-amd64.deb && sudo dpkg -i pandoc-2.7-1-amd64.deb - pip install --upgrade setuptools pip pytest