diff --git a/pyproject.toml b/pyproject.toml index 1889c6a5da..0747dbabfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,3 +12,7 @@ exclude = ''' )/ ) ''' + +[tool.pytest.ini_options] +minversion = "6.0" +addopts = "-l"