Skip to content

Conversation

@avalentino
Copy link
Contributor

Description Of Changes

I some cases it is necessary to run teh test suite in an environment without access to teh internet (e.g. when one is building Debian packages).

This PR add the "network" mark to all tests requiring access to the internet.

In this way, it is easy to skip them using the following command:

$ python3 -m pytest -m "not network" tests

Checklist

  • Closes #xxxx
  • Tests added
  • Fully documented

@avalentino avalentino requested a review from a team as a code owner January 18, 2026 17:24
@avalentino avalentino requested review from dcamron and removed request for a team January 18, 2026 17:24
I some cases it is necessary to run teh test suite in an environment
without access to teh internet (e.g. when one is building Debian
packages).

This PR add the "network" mark to all tests requiring access to the
internet.

In this way, it is easy to skip them using the following command:

  $ python3 -m pytest -m "not network" tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant