Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Dataset tests always skipped in CI #16340

@VarIr

Description

@VarIr

Several tests in sklearn.datasets are always skipped in CI as indicated by CodeCov reports (previously discussed here #16110 (comment)).

These tests require downloading data from the network, and are, apparently, skipped intentionally. See

# Skip tests that require large downloads over the network to save bandwidth

It seems the travis cron jobs also do not cover these tests (e.g. this job log).

Perhaps we could download and cache the data on Azure, or add the downloaded data to the cache for the Travis cron job.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions