Skip to content

Commit

Permalink
Merge pull request rhinstaller#458 from KKoukiou/python3-kickstart-av…
Browse files Browse the repository at this point in the history
…ailable-rawhide

Revert "test: bring latest available python3-kickstart till version 358 is available
  • Loading branch information
KKoukiou authored Oct 2, 2024
2 parents f03c622 + c9b0a80 commit c3338ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ def vm_install(image, verbose, quick):
# Make sure builder can build packages if required, /var/tmp/build needs to be owned by builder
machine.execute("su builder -c 'mkdir -p /var/tmp/build/SRPMS'")

# FIXME: remove python3-kickstart once version 3.58 is available in Fedora Rawhide
machine.execute("dnf download --destdir /var/tmp/build/ python3-kickstart", stdout=sys.stdout, timeout=300)

# Pull cockpit dependencies from the image default compose
# unless we are testing a PR on cockpit-project/cockpit, then pull it from the PR COPR repo
packages_to_download = missing_packages
Expand Down

0 comments on commit c3338ff

Please sign in to comment.