From 416166992d14a488a66fa0aededaac7be0716fec Mon Sep 17 00:00:00 2001 From: Katelyn Gigante Date: Fri, 28 Jun 2024 00:40:30 +1000 Subject: [PATCH] Fix typo in pyproject.toml --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b93cbf7ea..967c41e66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,14 +93,12 @@ exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:"] [tool.coverage.run] omit = ["tests/*"] +source = ["interactions"] [build-system] requires = ["setuptools", "tomli"] build-backend = "setuptools.build_meta" -[tools.coverage.run] -source = ["interactions"] - [tool.pytest.ini_options] addopts = "-l -ra --durations=2 --junitxml=TestResults.xml" doctest_optionflags = "NORMALIZE_WHITESPACE"