Make sure that any test that uses the network is properly marked #367
Labels
good first issue
Good for newcomers (doesn’t require deep knowledge of the project)
maintenance
A maintenance task to improve development
We use a special
network
pytest mark to allow easily remove/select tests that require network access. From #331, it seems that not all our tests are properly marked as such.It would be good to over the
pooch/tests
package and make sure that all test functions that access the internet are properly tagged (seepooch/pooch/tests/test_core.py
Line 62 in 9c57dd3
The text was updated successfully, but these errors were encountered: