diff --git a/projects/pgai/pyproject.toml b/projects/pgai/pyproject.toml index 7819d9514..ba53edc23 100644 --- a/projects/pgai/pyproject.toml +++ b/projects/pgai/pyproject.toml @@ -64,6 +64,9 @@ pgai = "pgai.cli:cli" addopts = [ "--import-mode=importlib", ] +markers = [ + "postgres_params: Parameters for the postgres_container fixture (e.g. `load_openai_key=False`)" +] python_files = ["test_*.py"] [tool.pyright]