diff --git a/pyproject.toml b/pyproject.toml index dce3a360..a888d750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,3 +23,6 @@ disallow_incomplete_defs = true [tool.black] target-version = ["py310"] + +[tool.coverage.run] +patch = ["subprocess"] diff --git a/setup.py b/setup.py index 25d00a84..2f200b20 100644 --- a/setup.py +++ b/setup.py @@ -17,10 +17,10 @@ tests_requires = [ "parse==1.20.2", "packaging>=21.0", - "pytest==8.3.4", - "pytest-asyncio==1.2.0", + "pytest==9.1.1", + "pytest-asyncio==1.4.0", "pytest-console-scripts==1.4.1", - "pytest-cov==6.0.0", + "pytest-cov==7.1.0", "vcrpy==8.2.1", "aiofiles", ]