From aa9f3b9fb3f12b91aec25815fe2e23f882870c0b Mon Sep 17 00:00:00 2001 From: Corey Goldberg <1113081+cgoldberg@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:40:28 -0400 Subject: [PATCH] [py] Remove publication of typing coverage in CI --- .github/workflows/ci-python.yml | 7 +++---- py/tox.ini | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 2053b1c41ff9b..7c8718c914e33 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -28,7 +28,7 @@ jobs: run: | python -m pip install --upgrade pip pip install tox==4.25.0 - - name: Test with tox + - name: Generate docs run: tox -c py/tox.ini env: TOXENV: docs @@ -48,10 +48,9 @@ jobs: run: | python -m pip install --upgrade pip pip install tox==4.25.0 - - name: Test with tox + - name: Run type checking run: | - tox -c py/tox.ini -- --cobertura-xml-report ci || true - bash <(curl -s https://codecov.io/bash) -f py/ci/cobertura.xml + tox -c py/tox.ini || true env: TOXENV: mypy diff --git a/py/tox.ini b/py/tox.ini index 2080c8d7b77d9..7ca342b923008 100644 --- a/py/tox.ini +++ b/py/tox.ini @@ -33,7 +33,6 @@ setenv = skip_install = true deps = mypy==1.16.0 - lxml==5.4.0 types-urllib3==1.26.25.14 types-certifi==2021.10.8.3 trio-typing==0.10.0