From 25dfb6d77f1c12ba50ad99718768ac2c084ffcee Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Fri, 20 Dec 2024 10:50:23 -0700 Subject: [PATCH] chore: register postgres_params custom pytest.mark Signed-off-by: Matthew Peveler --- projects/pgai/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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]