Skip to content

Commit 2ec798b

Browse files
authored
Fix typo in pyproject.toml (#1711)
1 parent acd44d0 commit 2ec798b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,12 @@ exclude_lines = ["pragma: no cover", "if TYPE_CHECKING:"]
9393

9494
[tool.coverage.run]
9595
omit = ["tests/*"]
96+
source = ["interactions"]
9697

9798
[build-system]
9899
requires = ["setuptools", "tomli"]
99100
build-backend = "setuptools.build_meta"
100101

101-
[tools.coverage.run]
102-
source = ["interactions"]
103-
104102
[tool.pytest.ini_options]
105103
addopts = "-l -ra --durations=2 --junitxml=TestResults.xml"
106104
doctest_optionflags = "NORMALIZE_WHITESPACE"

0 commit comments

Comments
 (0)