diff --git a/pyproject.toml b/pyproject.toml index 9c9f303..d2acc55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,3 +31,8 @@ implicit_reexport = false strict_equality = true pretty = true error_summary = false + +[tool.pytest.ini_options] +markers = [ + "benchmark", +]