From c7df14774e62a809ac24c0f3dba1054d188770b2 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Thu, 19 Sep 2024 13:12:45 -0500 Subject: [PATCH] Require `setuptools <71.1.0` (#5496) --- tests/requirements-ci.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/requirements-ci.txt b/tests/requirements-ci.txt index 0d3b9a1fee..bb41f87fd7 100644 --- a/tests/requirements-ci.txt +++ b/tests/requirements-ci.txt @@ -15,4 +15,5 @@ pytest-mock pytest-rerunfailures pytest-xdist ruamel.yaml +setuptools <75.1.0 # temporary, see https://github.com/conda/conda-build/issues/5493 tomli # [py<3.11] for coverage pyproject.toml