From 32f52a37bc0f7ba3ab0321e57ba8719c15848772 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Tue, 17 Dec 2024 15:47:35 +0200 Subject: [PATCH] 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. --- .github/workflows/linux.yml | 2 +- requirements/doc_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8b5461d945e9..b4826f2e1642 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 diff --git a/requirements/doc_requirements.txt b/requirements/doc_requirements.txt index 74ef448182af..4dcf2a788df0 100644 --- a/requirements/doc_requirements.txt +++ b/requirements/doc_requirements.txt @@ -18,4 +18,4 @@ towncrier toml # for doctests, also needs pytz which is in test_requirements -scipy-doctest +scipy-doctest==1.5.1