diff --git a/.github/workflows/scripts/prepare-tox-altlinux.sh b/.github/workflows/scripts/prepare-tox-altlinux.sh index 38adb303d1a..b383765b515 100755 --- a/.github/workflows/scripts/prepare-tox-altlinux.sh +++ b/.github/workflows/scripts/prepare-tox-altlinux.sh @@ -3,5 +3,5 @@ function prepare_tox() { apt-get install -y nss-tools python3-module-pip runuser -u "$GHA_USER" -- \ - python3 -m pip install --user --upgrade pip setuptools pycodestyle + python3 -m pip install --user --upgrade pip pycodestyle } diff --git a/ipatests/azure/templates/prepare-tox-altlinux.yml b/ipatests/azure/templates/prepare-tox-altlinux.yml index c6bda41219e..288572ba239 100644 --- a/ipatests/azure/templates/prepare-tox-altlinux.yml +++ b/ipatests/azure/templates/prepare-tox-altlinux.yml @@ -2,5 +2,5 @@ steps: - script: | set -e sudo apt-get install -y nss-tools python3-module-pip - python3 -m pip install --user --upgrade pip setuptools pycodestyle + python3 -m pip install --user --upgrade pip pycodestyle displayName: Install Tox prerequisites