Skip to content

Commit

Permalink
Add xfail for pip installation tests on py3.13 (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer authored Jun 25, 2024
1 parent 3e8ad39 commit 1ec3309
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/pip/install.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ require:
- python3
- python3-devel
tier: null
adjust:
when: distro == fedora-rawhide
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
because: "Un-installable dependencies on Python 3.13"

/mini:
summary: Ensure the minimal pip install works
Expand Down
6 changes: 6 additions & 0 deletions tests/precommit/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ require:
- git-core
- tmt
tier: 4
adjust:
when: distro == fedora-rawhide
result: xfail
# Remove the xfail adjust once it starts passing.
# Dependent on /~https://github.com/crate-py/rpds/issues/72, PyO3 0.22
because: "Un-installable dependencies on Python 3.13"

0 comments on commit 1ec3309

Please sign in to comment.