Skip to content

Add option to skip tests that require network

Cédric Krier requested to merge topic/default/skip-network-tests into branch/default

This will avoid us to publish the docker image due to issue like #13264 (closed)

And with https://github.com/python/cpython/pull/117297, they will appear as skipped instead of ignored.

Merge request reports