Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedro committed Nov 14, 2024
2 parents 8009367 + 840a09b commit c62fa1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test = [
"pandas~=2.0",
"pluggy>=1.0",
"pre-commit>=2.9.2, <5.0", # The hook `mypy` requires pre-commit version 2.9.2.
"pytest-cov~=3.0",
"pytest-cov>=3,<7",
"pytest-mock>=1.7.1, <4.0",
"pytest-xdist[psutil]~=2.2.1",
"pytest>=7.2,<9.0",
Expand Down Expand Up @@ -136,6 +136,11 @@ omit = [
]
exclude_also = ["raise NotImplementedError", "if TYPE_CHECKING:", "class CatalogProtocol"]

[tool.coverage.run]
concurrency = ["multiprocessing", "thread"]
parallel = true
sigterm = true

[tool.pytest.ini_options]
addopts="""
--cov-context test \
Expand Down

0 comments on commit c62fa1b

Please sign in to comment.