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:
166
166
run : |
167
167
sudo apt-get install swig gpgsm libgpgme-dev
168
168
# pygments for markdown2 to highlight code blocks
169
- pip install markdown2 pygments
169
+ pip install ' markdown2<=2.4.8' pygments
170
170
# docutils for ReStructuredText
171
171
pip install beautifulsoup4 brotli docutils gpg jinja2 \
172
172
mistune==0.8.4 pyjwt pytz whoosh
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ install:
135
135
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install docutils; fi
136
136
- if [[ $TRAVIS_PYTHON_VERSION != "3.4"* ]]; then pip install mistune==0.8.4; fi
137
137
- 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'
139
139
- pip install brotli
140
140
# zstd fails to build under python nightly aborting test.
141
141
# allow testing to still happen if the optional package doesn't install.
You can’t perform that action at this time.
0 commit comments