From 76393e257f5754c847809aaf340c029c914b7d6d Mon Sep 17 00:00:00 2001 From: Martin Hoyer Date: Tue, 25 Jun 2024 11:27:21 +0200 Subject: [PATCH] Add xfail for pip installation tests on py3.13 --- tests/pip/install.fmf | 6 ++++++ tests/precommit/main.fmf | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/tests/pip/install.fmf b/tests/pip/install.fmf index b7a0b735bd..f212f4a135 100644 --- a/tests/pip/install.fmf +++ b/tests/pip/install.fmf @@ -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 diff --git a/tests/precommit/main.fmf b/tests/precommit/main.fmf index e8bae07b4b..b24a42be9f 100644 --- a/tests/precommit/main.fmf +++ b/tests/precommit/main.fmf @@ -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"