File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166166 run : |
167167 sudo apt-get install swig gpgsm libgpgme-dev
168168 # pygments for markdown2 to highlight code blocks
169- pip install markdown2 pygments
169+ pip install ' markdown2<=2.4.8' pygments
170170 # docutils for ReStructuredText
171171 pip install beautifulsoup4 brotli docutils gpg jinja2 \
172172 mistune==0.8.4 pyjwt pytz whoosh
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ install:
135135 - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
136136 - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
137137 - if [[ $TRAVIS_PYTHON_VERSION != "3.4"* && $TRAVIS_PYTHON_VERSION != "2."* ]]; then pip install Markdown; fi
138- - pip install markdown2
138+ - pip install ' markdown2<=2.4.8'
139139 - pip install brotli
140140 # zstd fails to build under python nightly aborting test.
141141 # allow testing to still happen if the optional package doesn't install.
You can’t perform that action at this time.
0 commit comments