summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-16 10:15:44 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-16 10:15:44 -0500
commit177eedde098fcfb65a569245471969db7ce51f45 (patch)
tree67070521f96798e8a5dbfacb30b5d9babf067d49
parent5488ab8d1ec74e6c69b827eaf68dd53af23633b3 (diff)
downloadpython-coveragepy-git-177eedde098fcfb65a569245471969db7ce51f45.tar.gz
build: tox 4.3.0 borked environment substitution, pin it
-rw-r--r--requirements/dev.pip6
-rw-r--r--requirements/lint.pip6
-rw-r--r--requirements/pins.pip3
-rw-r--r--requirements/tox.pip6
4 files changed, 12 insertions, 9 deletions
diff --git a/requirements/dev.pip b/requirements/dev.pip
index 4057d249..d3ed2e3f 100644
--- a/requirements/dev.pip
+++ b/requirements/dev.pip
@@ -480,9 +480,9 @@ tomlkit==0.11.6 \
--hash=sha256:07de26b0d8cfc18f871aec595fda24d95b08fef89d147caa861939f37230bf4b \
--hash=sha256:71b952e5721688937fb02cf9d354dbcf0785066149d2855e44531ebdd2b65d73
# via pylint
-tox==4.3.1 \
- --hash=sha256:3b4c8bb7f281989b5ea2c39e862711ef2dbd15fedbf0c5f64e7c04c7d8cd8957 \
- --hash=sha256:df2bf3c8329d1bc23a618329480ddefc0400af42804f801599b2ec38914f6309
+tox==4.2.8 \
+ --hash=sha256:7c31940d755355210151e8bef23feab3d714a8a4795e513c454ff0baccd995b1 \
+ --hash=sha256:e9d5006a533d280e2ca26e3ca61052ffa55a65b683486f92d12563a14a9b7a4f
# via
# -r requirements/tox.pip
# tox-gh
diff --git a/requirements/lint.pip b/requirements/lint.pip
index 7c32c889..b5c4875f 100644
--- a/requirements/lint.pip
+++ b/requirements/lint.pip
@@ -633,9 +633,9 @@ tornado==6.2 \
--hash=sha256:d3a2f5999215a3a06a4fc218026cd84c61b8b2b40ac5296a6db1f1451ef04c1e \
--hash=sha256:e5f923aa6a47e133d1cf87d60700889d7eae68988704e20c75fb2d65677a8e4b
# via livereload
-tox==4.3.1 \
- --hash=sha256:3b4c8bb7f281989b5ea2c39e862711ef2dbd15fedbf0c5f64e7c04c7d8cd8957 \
- --hash=sha256:df2bf3c8329d1bc23a618329480ddefc0400af42804f801599b2ec38914f6309
+tox==4.2.8 \
+ --hash=sha256:7c31940d755355210151e8bef23feab3d714a8a4795e513c454ff0baccd995b1 \
+ --hash=sha256:e9d5006a533d280e2ca26e3ca61052ffa55a65b683486f92d12563a14a9b7a4f
# via
# -r requirements/tox.pip
# tox-gh
diff --git a/requirements/pins.pip b/requirements/pins.pip
index 4f9c00c5..7f882af9 100644
--- a/requirements/pins.pip
+++ b/requirements/pins.pip
@@ -10,3 +10,6 @@
# https://github.com/rthalley/dnspython/issues/885
# https://github.com/eventlet/eventlet/issues/781
dnspython<2.3.0
+
+# https://github.com/tox-dev/tox/issues/2869
+tox<4.3.0
diff --git a/requirements/tox.pip b/requirements/tox.pip
index 221e9b9f..fed2d32b 100644
--- a/requirements/tox.pip
+++ b/requirements/tox.pip
@@ -61,9 +61,9 @@ tomli==2.0.1 \
# via
# pyproject-api
# tox
-tox==4.3.1 \
- --hash=sha256:3b4c8bb7f281989b5ea2c39e862711ef2dbd15fedbf0c5f64e7c04c7d8cd8957 \
- --hash=sha256:df2bf3c8329d1bc23a618329480ddefc0400af42804f801599b2ec38914f6309
+tox==4.2.8 \
+ --hash=sha256:7c31940d755355210151e8bef23feab3d714a8a4795e513c454ff0baccd995b1 \
+ --hash=sha256:e9d5006a533d280e2ca26e3ca61052ffa55a65b683486f92d12563a14a9b7a4f
# via
# -r requirements/tox.in
# tox-gh