Skip to content

Commit

Permalink
Move pytest section from setup.cfg to pyproject.toml (PR #101)
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel authored May 5, 2024
2 parents 4a2eff6 + c2fa4a9 commit f6fba0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[tool.pytest.ini_options]
addopts = "--strict-markers --cov aiostream"

[tool.pyright]
ignore = ["aiostream/test_utils.py"]
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
[tool:pytest]
addopts = tests --strict-markers --cov aiostream

[coverage:report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
\.\.\.

[aliases]
test = pytest

[flake8]
max-line-length = 88
ignore = F401, F403, E731, W503, E501, E203
Expand Down

0 comments on commit f6fba0d

Please sign in to comment.