File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55- tmt
66tier: 4
77
8- adjust+:
9- - when: distro == fedora-rawhide
10- result: xfail
11- because: Python dependencies on PyPI have not caught up
8+ # Comment/Uncomment as needed on next python release
9+ #adjust+:
10+ # - when: distro == fedora-rawhide
11+ # result: xfail
12+ # because: Python dependencies on PyPI have not caught up
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ environment:
2727 /tmp/venv/bin/pip install .[all]
2828 /tmp/venv/bin/tmt --help
2929
30- adjust+:
31- - when: distro == fedora-rawhide
32- result: xfail
33- because: Python dependencies on PyPI have not caught up
30+ # Comment/Uncomment as needed on next python release
31+ # adjust+:
32+ # - when: distro == fedora-rawhide
33+ # result: xfail
34+ # because: Python dependencies on PyPI have not caught up
Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ require+:
4040 We want to run this locally and it's enough to execute
4141 on a single distro when run in the CI. We don't need
4242 to exercise this again and again across all distros.
43- - when: distro == fedora-rawhide
44- result: xfail
45- because: Python dependencies on PyPI have not caught up
43+ # Comment/Uncomment as needed on next python release
44+ # - when: distro == fedora-rawhide
45+ # result: xfail
46+ # because: Python dependencies on PyPI have not caught up
4647
4748 /basic:
4849 summary: Basic unit tests (development packages)
You can’t perform that action at this time.
0 commit comments