aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--coin/instructions/execute_build_instructions.yaml2
-rw-r--r--coin/instructions/execute_test_instructions.yaml2
-rw-r--r--requirements.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/coin/instructions/execute_build_instructions.yaml b/coin/instructions/execute_build_instructions.yaml
index 1a6a5a393..b5f87c027 100644
--- a/coin/instructions/execute_build_instructions.yaml
+++ b/coin/instructions/execute_build_instructions.yaml
@@ -1,7 +1,7 @@
type: Group
instructions:
- type: ExecuteCommand
- command: "python3 -m pip install -U setuptools"
+ command: "python3 -m pip install -U setuptools<65.6"
maxTimeInSeconds: 14400
maxTimeBetweenOutput: 1200
enable_if:
diff --git a/coin/instructions/execute_test_instructions.yaml b/coin/instructions/execute_test_instructions.yaml
index b40bec126..48b871b68 100644
--- a/coin/instructions/execute_test_instructions.yaml
+++ b/coin/instructions/execute_test_instructions.yaml
@@ -5,7 +5,7 @@ enable_if:
not_contains_value: LicenseCheck
instructions:
- type: ExecuteCommand
- command: "python3 -m pip install -U setuptools"
+ command: "python3 -m pip install -U setuptools<65.6"
maxTimeInSeconds: 14400
maxTimeBetweenOutput: 1200
enable_if:
diff --git a/requirements.txt b/requirements.txt
index 5601702ff..bcd20fa70 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-setuptools>=65
+setuptools>=65,<65.6
packaging
build==0.7
six