Skip to content

Commit

Permalink
Add a better explanation for the network marker
Browse files Browse the repository at this point in the history
Co-authored-by: Florimond Manca <15911462+florimondmanca@users.noreply.github.com>
  • Loading branch information
antlarr and florimondmanca committed Jun 16, 2021
1 parent 2bb95fc commit 5f7ee8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ combine_as_imports = True
addopts = -rxXs
markers =
copied_from(source, changes=None): mark test as copied from somewhere else, along with a description of changes made to accodomate e.g. our test setup
network: marks tests which require network connection
network: marks tests which require network connection. Used in 3rd-party build environments that have network disabled.

[coverage:run]
omit = venv/*
Expand Down

0 comments on commit 5f7ee8e

Please sign in to comment.