From b56c28a7cb4f4f461e15d1ad107b6a23b8ac83d2 Mon Sep 17 00:00:00 2001 From: Adrian Schollmeyer Date: Thu, 16 Mar 2023 09:54:40 +0100 Subject: [PATCH] tests: do not install unneeded pip dependency This old tool is no longer in use and causes problems in the CI pipeline. --- tests/resources/pkgcheck.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/resources/pkgcheck.sh b/tests/resources/pkgcheck.sh index f12ee3d8..c257dba1 100755 --- a/tests/resources/pkgcheck.sh +++ b/tests/resources/pkgcheck.sh @@ -17,9 +17,7 @@ export FEATURES="binpkg-multi-instance parallel-install -news -ipc-sandbox -netw echo "dev-lang/rust" > /etc/portage/package.mask/audio-overlay # Install dependencies -emerge -q --buildpkg --usepkg dev-vcs/git dev-util/pkgcheck dev-python/pip -pip install --user https://github.com/simonvanderveldt/travis-github-pr-bot/archive/master.zip -PATH="${HOME}/.local/bin:$PATH" +emerge -q --buildpkg --usepkg dev-vcs/git dev-util/pkgcheck REPORT="$(mktemp)"