Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix integration test plan #258

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions plans/integration.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,5 @@ prepare:
- how: install
package:
- jq
- python3-pip
- yq
- tmt-all
- how: shell
script:
# Try to install into .local first, if that fails, try without --user.
# In the sane world, tmt would be running in a virtualenv, and we'd
# install yq there. Otherwise, we'd change system packages, but we'd
# have to run as root to do that, and who's running tmt test suite
# as root?
#
# We need to freeze yq to 3.1.1 so that it's installable on el8 as
# newer yq requires tomlkit>=0.11.7 which is python 3.7+ only.
- pip3 install --user yq==3.1.1 || pip3 install yq==3.1.1
- yq --help
Loading