Skip to content

Commit

Permalink
Extend xfail to F41 for pint and nitrate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Aug 27, 2024
1 parent 2faebfd commit 280e23c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tests/pip/install.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require:
- python3-devel
tier: null
adjust:
when: distro == fedora-rawhide
when: distro == fedora-rawhide or distro == fedora-41
result: xfail
# 'mini' should start passing once https://github.com/hgrecco/pint/issues/1969 is resolved
# if/once that happens, the xfail should be moved to 'full' only
# Depends on https://github.com/hgrecco/pint/issues/1969
# The 'full' dependes on https://github.com/psss/python-nitrate/pull/49
because: "Un-installable dependencies on Python 3.13"

/mini:
Expand Down
4 changes: 2 additions & 2 deletions tests/precommit/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require:
- tmt
tier: 4
adjust:
when: distro == fedora-rawhide
when: distro == fedora-rawhide or distro == fedora-41
result: xfail
# Remove the xfail adjust once it starts passing.
# Dependent on https://github.com/crate-py/rpds/issues/72, PyO3 0.22
# https://github.com/hgrecco/pint/issues/1969
because: "Un-installable dependencies on Python 3.13"

0 comments on commit 280e23c

Please sign in to comment.