Skip to content

Commit ec3d3cd

Browse files
committed
XFail on python3.15
Signed-off-by: Cristian Le <git@lecris.dev>
1 parent 9e9b09f commit ec3d3cd

4 files changed

Lines changed: 17 additions & 0 deletions

File tree

plans/sanity/main.fmf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

tests/precommit/main.fmf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ require:
44
- git-core
55
- tmt
66
tier: 4
7+
8+
adjust+:
9+
- when: distro == fedora-rawhide
10+
result: xfail
11+
because: Python dependencies on PyPI have not caught up

tests/sanity/pip/install.fmf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

tests/unit/main.fmf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)