Skip to content

Commit 554fdb6

Browse files
committed
Revert python3.15 skip (#5015)
Signed-off-by: Cristian Le <git@lecris.dev>
1 parent ec3d3cd commit 554fdb6

4 files changed

Lines changed: 19 additions & 15 deletions

File tree

plans/sanity/main.fmf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ 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
35+
# Comment/Uncomment as needed on next python release
36+
# adjust+:
37+
# - when: distro == fedora-rawhide
38+
# enabled: false
39+
# because: Python dependencies on PyPI have not caught up

tests/precommit/main.fmf

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ require:
55
- tmt
66
tier: 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

tests/sanity/pip/install.fmf

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

tests/unit/main.fmf

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

0 commit comments

Comments
 (0)