summaryrefslogtreecommitdiff
path: root/conftest.py
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2022-02-09 17:46:59 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-03-05 14:30:51 +0000
commite91969a6bd63fb526ead83f97830bbc4bff139e3 (patch)
tree2ed863007e29fca295ecab927f4103cede8783f1 /conftest.py
parentb426b2b9219d656357275318eb03a5b1f503887f (diff)
downloadpython-setuptools-git-e91969a6bd63fb526ead83f97830bbc4bff139e3.tar.gz
Add a 'uses_network' marker to tests that require connectivity
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conftest.py b/conftest.py
index 43f33ba4..723e5b43 100644
--- a/conftest.py
+++ b/conftest.py
@@ -19,6 +19,7 @@ def pytest_addoption(parser):
def pytest_configure(config):
config.addinivalue_line("markers", "integration: integration tests")
+ config.addinivalue_line("markers", "uses_network: tests may try to download files")
collect_ignore = [