Skip to content

Commit

Permalink
tests: do not install unneeded pip dependency (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
NexAdn authored Mar 17, 2023
2 parents 038c364 + b56c28a commit 7c49b6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/resources/pkgcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down

0 comments on commit 7c49b6e

Please sign in to comment.