]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-42238: Doc CI: Disable suspicious checks. (GH-26575)
authorJulien Palard <julien@palard.fr>
Tue, 8 Jun 2021 07:22:58 +0000 (09:22 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Jun 2021 07:22:58 +0000 (09:22 +0200)
They are slow and raise too many false positive, I'm in the slow
process to try to change this.

.github/workflows/doc.yml
.travis.yml

index 1bc14a22ac69764833190c82757f58eec619b128..519884177f64acb377f6a7e340ed1777a9059768 100644 (file)
@@ -38,7 +38,7 @@ jobs:
     - name: 'Install build dependencies'
       run: make -C Doc/ PYTHON=../python venv
     - name: 'Build documentation'
-      run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html suspicious
+      run: xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest html
     - name: 'Upload'
       uses: actions/upload-artifact@v2.2.3
       with:
index c92404559a7d3a23bb89a8edf03716fe8bb3520c..4b85da1a44c0368029397efc4d90a5b5ef11f5e3 100644 (file)
@@ -53,7 +53,7 @@ matrix:
         - cd Doc
         - make venv PYTHON=python
       script:
-        - make check html suspicious SPHINXOPTS="-q -W -j4"
+        - make check html SPHINXOPTS="-q -W -j4"
     - name: "Documentation tests"
       os: linux
       language: c