Skip to content

Commit 73b7213

Browse files
authored
tests: mark more network tests (#808)
The tests test_build and test_verbose_output both fail when run without a network connection, so mark them appropriately.
1 parent 7df70fc commit 73b7213

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def _ignore_folder(base, filenames):
6767
return dest / f'{name}-{version}'
6868

6969

70+
@pytest.mark.network
7071
@pytest.mark.parametrize(
7172
'call',
7273
[

tests/test_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ def raise_called_process_err(*args, **kwargs):
439439
)
440440

441441

442+
@pytest.mark.network
442443
@pytest.mark.parametrize('verbosity', [0, 1])
443444
def test_verbose_output(
444445
capsys: pytest.CaptureFixture,

0 commit comments

Comments
 (0)