From de0e84e87588b71bff18ab4243931783874b8df5 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 5 Aug 2021 12:20:29 -0700 Subject: [PATCH] tests: Remove setuptools upgrade in gem5art-tests.sh This upgrade is no longer needed as we test using the Ubuntu 20.04 image which comes with the correct, up-to-date version of setup tools. Change-Id: I194f26381f59f5ca3edea46696e6d5b2b0418719 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/49043 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- tests/jenkins/gem5art-tests.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/jenkins/gem5art-tests.sh b/tests/jenkins/gem5art-tests.sh index 2461de6f59..c655fbbc8c 100755 --- a/tests/jenkins/gem5art-tests.sh +++ b/tests/jenkins/gem5art-tests.sh @@ -43,11 +43,6 @@ mkdir -p .pyenv python3 -m venv .pyenv source .pyenv/bin/activate -# The 18.04_all-depenencies image has an outdated version of setuptools. We -# update it here. Attempts to fix this via the Dockerfile have been -# unsuccessful. -pip install -U setuptools - # Install the packages pip install -e util/gem5art/artifact pip install -e util/gem5art/run