From 207ecd475030e9298970f4596b804a50cd992d1a Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield Date: Fri, 15 Dec 2023 14:34:34 +0000 Subject: [PATCH] fix pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd94cb8..0f82b6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,4 +46,4 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.pytest.ini_options] -addopts = --doctest-modules \ No newline at end of file +addopts = "--doctest-modules" \ No newline at end of file