Skip to content

Commit 07fc4d9

Browse files
authored
Establish tool.pytest.ini_options in pyproject.toml with pytest markers (#1235)
Otherwise running tests for me resulted in the flood on the screen
1 parent ac48eb6 commit 07fc4d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ exclude = '''
2121
| versioneer.py
2222
)
2323
'''
24+
25+
[tool.pytest.ini_options]
26+
# custom markers, need to be defined to avoid warnings
27+
markers = [
28+
"asyncio",
29+
"vcr",
30+
]

0 commit comments

Comments
 (0)