Skip to content

Commit 31bc4c8

Browse files
authored
Merge pull request #28021 from charris/backport-28020
CI: pin scipy-doctest to 1.5.1
2 parents 6219aeb + 32f52a3 commit 31bc4c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
- name: Check docstests
189189
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
190190
run: |
191-
pip install scipy-doctest hypothesis matplotlib scipy pytz pandas
191+
pip install scipy-doctest==1.5.1 hypothesis==6.104.1 matplotlib scipy pytz pandas
192192
spin check-docs -v
193193
spin check-tutorials -v
194194

requirements/doc_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ towncrier
1818
toml
1919

2020
# for doctests, also needs pytz which is in test_requirements
21-
scipy-doctest
21+
scipy-doctest==1.5.1

0 commit comments

Comments
 (0)