From 07385a6410994717d64fac7a3f045bb2887ceef1 Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Wed, 18 Sep 2024 16:17:57 -0500 Subject: [PATCH] Require older setuptools --- 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