diff --git a/pyproject.toml b/pyproject.toml index f9ea6f19..69a5e792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,12 @@ no_sort_tables = true spaces_indent_inline_array = 4 trailing_comma_inline_array = true +[tool.pytest.ini_options] +markers = [ + "skip_for_edge_endpoint", + "run_only_for_edge_endpoint", +] + [build-system] build-backend = "poetry.core.masonry.api" requires = ["poetry-core>=1.2.0"]