Skip to content

Commit 33d3f7b

Browse files
Register pytest mark “network”
Prevents PytestUnknownMarkWarning when using the mark to deselect tests. See also https://docs.pytest.org/en/stable/mark.html.
1 parent d3d83a9 commit 33d3f7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
markers =
3+
network: marks tests requiring network access

0 commit comments

Comments
 (0)