8000 CI: pin scipy-doctest to 1.5.1 by charris · Pull Request #28021 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

CI: pin scipy-doctest to 1.5.1 #28021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
CI: pin scipy-doctest to 1.5.1 (#28020)
Pin scipy-doctest to 1.5.1 until new errors in previously uncovered tests are fixed.
  • Loading branch information
mattip authored and charris committed Dec 17, 2024
commit 32f52a37bc0f7ba3ab0321e57ba8719c15848772
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- name: Check docstests
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
run: |
pip install scipy-doctest hypothesis matplotlib scipy pytz pandas
pip install scipy-doctest==1.5.1 hypothesis==6.104.1 matplotlib scipy pytz pandas
spin check-docs -v
spin check-tutorials -v

Expand Down
2 changes: 1 addition & 1 deletion requirements/doc_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ towncrier
toml

# for doctests, also needs pytz which is in test_requirements
scipy-doctest
scipy-doctest==1.5.1
Loading
0