Skip to content

Commit

Permalink
Establish tool.pytest.ini_options in pyproject.toml with pytest marke…
Browse files Browse the repository at this point in the history
…rs (fsspec#1235)

Otherwise running tests for me resulted in the flood on the screen
  • Loading branch information
yarikoptic authored Apr 4, 2023
1 parent ac48eb6 commit 07fc4d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ exclude = '''
| versioneer.py
)
'''

[tool.pytest.ini_options]
# custom markers, need to be defined to avoid warnings
markers = [
"asyncio",
"vcr",
]

0 comments on commit 07fc4d9

Please sign in to comment.