From 78d4ab78624beee0122308133b5bb7181d45ae14 Mon Sep 17 00:00:00 2001 From: Maxime Mulder Date: Mon, 7 Oct 2024 15:00:24 -0400 Subject: [PATCH] fix pytest config (#1197) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 868e9f120..3ea22bc20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ include = [ typeCheckingMode = "strict" reportMissingTypeStubs = "none" -[tool.pytest.ini-options] +[tool.pytest.ini_options] # Integration tests are located in `python/tests/integration`, but they should be ran from the # appropriate Docker image (usually using GitHub Actions). testpaths = ["python/tests/unit"]