diff --git a/pyproject.toml b/pyproject.toml index 88684130f9..5e344df977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,6 +101,7 @@ check-hidden = true ignore-regex = '\b(UE|path/doesnt/exist)\b' [tool.pytest.ini_options] +minversion = "8" markers = [ "all_packages: test install with maximum number of packages", ]