From f58e50cf782296c09c5fb46f90da142e094258a1 Mon Sep 17 00:00:00 2001 From: Theelx <43764914+Theelx@users.noreply.github.com> Date: Sun, 11 Dec 2022 17:41:14 -0500 Subject: [PATCH] Pin tox to <4 (#423) * Pin tox<4 * Pin tox<4 * Pin tox<4 --- .github/workflows/test.yml | 2 +- tox.ini | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 11469467..178e58fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: - name: Install dependencies run: | python -m pip install -U pip - python -m pip install -U "tox<4" tox-venv + python -m pip install -U "tox<4" - name: Install gmpy2 dependencies if: matrix.python-version == '3.11' diff --git a/tox.ini b/tox.ini index 54084b7a..83499f59 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,6 @@ [tox] envlist = clean,python minversion = 3.2 -# https://github.com/jaraco/skeleton/issues/6 -tox_pip_extensions_ext_venv_update = true -# Ensure that a late version of pip is used even on tox-venv. -requires = - tox-pip-version>=0.0.6 - tox-venv [testenv]