From 1551efecbff3ea8dbd4ed1265240c458c39fea1e Mon Sep 17 00:00:00 2001 From: Khurram Ghani Date: Fri, 20 Sep 2024 16:30:15 +0100 Subject: [PATCH] Attempt fix for CI error with py3.9 & TF2.6.0 --- tests_requirements_38_39.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests_requirements_38_39.txt b/tests_requirements_38_39.txt index dc553097..ca372f3b 100644 --- a/tests_requirements_38_39.txt +++ b/tests_requirements_38_39.txt @@ -1,4 +1,5 @@ # Test requirements specific to Python 3.8 and 3.9 +setuptools<72 # Need to avoid error: "AttributeError: module 'setuptools.dist' has no attribute 'check_test_suite'" # Code quality tools: black==21.7b0