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 <power.jg@gmail.com> Maintainer: Jason Lowe-Power <power.jg@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user