File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,3 +32,7 @@ prepare:
3232 pip install -e .
3333 discover+:
3434 filter+: " & tag: with-tmt"
35+ adjust+:
36+ - when: distro == fedora-rawhide
37+ enabled: false
38+ because: Python dependencies on PyPI have not caught up
Original file line number Diff line number Diff line change 44- git-core
55- tmt
66tier: 4
7+
8+ adjust+:
9+ - when: distro == fedora-rawhide
10+ result: xfail
11+ because: Python dependencies on PyPI have not caught up
Original file line number Diff line number Diff line change @@ -26,3 +26,8 @@ environment:
2626 test: |
2727 /tmp/venv/bin/pip install .[all]
2828 /tmp/venv/bin/tmt --help
29+
30+ adjust+:
31+ - when: distro == fedora-rawhide
32+ result: xfail
33+ because: Python dependencies on PyPI have not caught up
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ 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
4346
4447 /basic:
4548 summary: Basic unit tests (development packages)
You can’t perform that action at this time.
0 commit comments