diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index fd60e867..c715b09c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -102,7 +102,7 @@ jobs: - name: Test with tox run: tox -e ${TOX_VENV} env: - TOX_VENV: ${{ format('{0}-{1}', matrix.tox-env, 'gevent-eventlet-sasl,codecov') }} + TOX_VENV: ${{ format('{0}-{1}', matrix.tox-env, 'gevent-eventlet-sasl') }} ZOOKEEPER_VERSION: ${{ matrix.zk-version }} # TODO: can be removed once tests for ZK 3.4 are removed ZOOKEEPER_PREFIX: "${{ !contains(matrix.zk-version, '3.4') && 'apache-' || '' }}" diff --git a/tox.ini b/tox.ini index 6fd246f3..7a6cfe07 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,6 @@ extras = sasl: sasl deps = sasl: kerberos - codecov: codecov allowlist_externals = {toxinidir}/ensure-zookeeper-env.sh {toxinidir}/init_krb5.sh @@ -40,9 +39,6 @@ commands = [testenv:build] -[testenv:codecov] -commands = - codecov -e TOX_VENV,ZOOKEEPER_VERSION - [testenv:pep8] basepython = python3 extras = alldeps