Skip to content

Commit ea52546

Browse files
committed
Add missing pyproject.toml file which may explain why tests requiring internet access were not working for others
1 parent c309197 commit ea52546

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)