diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76df6056..92bd0a67 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,16 +78,10 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install package - # NOTE(stes): https://github.com/twmr/pytest-sphinx/issues/69 - # To run all tests, currently a manual install from github is required: - # https://github.com/twmr/pytest-sphinx/archive/refs/tags/v0.7.0.tar.gz - # Remove the respective line and the comment in setup.cfg once 0.7.0 is - # available on PyPI. run: | python -m pip install --upgrade pip setuptools wheel python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu pip install '.[dev,datasets,integrations]' - pip install https://github.com/twmr/pytest-sphinx/archive/refs/tags/v0.7.0.tar.gz - name: Check sklearn legacy version if: matrix.sklearn-version == 'legacy' diff --git a/setup.cfg b/setup.cfg index 87fcef03..0a1af183 100644 --- a/setup.cfg +++ b/setup.cfg @@ -102,10 +102,6 @@ dev = pytest-benchmark pytest-xdist pytest-timeout - # NOTE(stes): https://github.com/twmr/pytest-sphinx/issues/69 - # To run all tests, currently a manual install from github is required: - # https://github.com/twmr/pytest-sphinx/archive/refs/tags/v0.7.0.tar.gz - # See .github/workflows/build.yml for more details. pytest-sphinx licenseheaders interrogate