diff --git a/.github/workflows/test-integrations-common.yml b/.github/workflows/test-integrations-common.yml index 5ac65c327f..4a86e1e21f 100644 --- a/.github/workflows/test-integrations-common.yml +++ b/.github/workflows/test-integrations-common.yml @@ -46,7 +46,7 @@ jobs: allow-prereleases: true - name: Setup Test Env run: | - pip install "coverage[toml]" tox + pip install "coverage[toml]==7.11.0" tox - name: Erase coverage run: | coverage erase @@ -64,7 +64,7 @@ jobs: if: ${{ !cancelled() && matrix.python-version != '3.6' }} run: | coverage combine .coverage-sentry-* - coverage xml + coverage xml --debug=sys,core - name: Upload coverage to Codecov if: ${{ !cancelled() }} uses: codecov/codecov-action@v5.5.1 diff --git a/tox.ini b/tox.ini index 4ebb232811..e57a55718c 100644 --- a/tox.ini +++ b/tox.ini @@ -318,6 +318,7 @@ deps = # for justification of the upper bound on pytest {py3.6,py3.7}-common: pytest<7.0.0 {py3.8,py3.9,py3.10,py3.11,py3.12,py3.13,py3.14,py3.14t}-common: pytest + {py3.14,py3.14t}-common: coverage==7.11.0 # === Gevent === {py3.6,py3.7,py3.8,py3.9,py3.10,py3.11}-gevent: gevent>=22.10.0, <22.11.0