diff --git a/.config/requirements-test.in b/.config/requirements-test.in index e56b9d26..fd12d3a2 100644 --- a/.config/requirements-test.in +++ b/.config/requirements-test.in @@ -1,7 +1,7 @@ -r requirements.in coverage-enable-subprocess>=1.0 # see https://github.com/nedbat/coveragepy/issues/1341#issuecomment-1228942657 coverage==6.5.0; python_version < "3.10" # ansible-core will complain -coverage[toml] == 7.3.2; python_version >= "3.10" # ansible-core will complain +coverage[toml] == 7.6.1; python_version >= "3.10" # ansible-core will complain pytest>=7.0.0 asyncmock>=0.4.2 pytest-asyncio>=0.20.0 diff --git a/tox.ini b/tox.ini index 851f0771..661b359c 100644 --- a/tox.ini +++ b/tox.ini @@ -161,7 +161,7 @@ commands = ansible --version ansible-test sanity -v --docker --color --requirements --coverage --truncate 0 --junit {posargs} -[testenv:coverage] +[testenv:coverage,py{39,310,311,312,313}-coverage] description = Produce final coverage report for GHA deps = -r .config/requirements-test.in commands =