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

Workaround for pip test installation on py3.13 #3043

Merged
merged 1 commit into from
Jun 25, 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: 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"
Loading