Skip to content

Commit

Permalink
Migrate pytest config into pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and DimitriPapadopoulos committed Oct 31, 2022
1 parent 3502feb commit 3bd72d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ codespell_lib = [

[tool.check-manifest]
ignore = ["codespell_lib/_version.py"]

[tool.pytest.ini_options]
addopts = "--cov=codespell_lib -rs --cov-report= --tb=short --junit-xml=junit-results.xml"
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[tool:pytest]
addopts = --cov=codespell_lib -rs --cov-report= --tb=short --junit-xml=junit-results.xml

[flake8]
exclude = build, ci-helpers
ignore = W503

0 comments on commit 3bd72d2

Please sign in to comment.