diff --git a/pyproject.toml b/pyproject.toml index 5f80e6d5b..cfa8bbaf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,3 +21,10 @@ exclude = ''' | versioneer.py ) ''' + +[tool.pytest.ini_options] +# custom markers, need to be defined to avoid warnings +markers = [ + "asyncio", + "vcr", +]