Skip to content

Commit

Permalink
Add xfail for pip installation tests on py3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Jun 25, 2024
1 parent 75cb368 commit 50de32c
Showing 1 changed file with 6 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

0 comments on commit 50de32c

Please sign in to comment.