From 84a413c050ab51e074cbf8ed6e3f8dff1ed26a7d Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 19 Nov 2024 21:04:52 +0100 Subject: [PATCH] ci: pin tox-extra version --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 661b359c..a8e66ec5 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ skipsdist = true # this repo is not a python package isolated_build = true requires = tox >= 4.6.3 - tox-extra >= 2.0.1 # bindep check + tox-extra == 2.0.2 # bindep check setuptools >= 65.3.0 # editable installs ignore_basepython_conflict = false