Skip to content

Commit

Permalink
Fix typo in pyproject.toml (#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
silasary authored Jun 28, 2024
1 parent acd44d0 commit 2ec798b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2ec798b

Please sign in to comment.