Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend xfail to F41 for pint and nitrate issues #3173

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Loading