diff --git a/pyproject.toml b/pyproject.toml index 5d6fbe0..bf60822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,6 +141,7 @@ addopts = [ branch = true parallel = true plugins = ["coverage_conditional_plugin"] +patch = ["subprocess"] [tool.coverage.paths] diff --git a/requirements-testing.txt b/requirements-testing.txt index 877a881..c4c2508 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,7 +1,7 @@ coverage[toml] == 7.* coverage-conditional-plugin == 0.9.0 pytest == 8.4.* -pytest-cov == 6.3.* +pytest-cov == 7.0.* pytest-timeout == 2.4.* pytest-xdist == 3.8.* black == 25.*