From 002a15ad277e359710003272a94e1000e94a142a Mon Sep 17 00:00:00 2001 From: Martin Hoyer Date: Thu, 29 Aug 2024 15:34:40 +0200 Subject: [PATCH] Extend xfail to F41 for pint and nitrate issues (#3173) --- tests/pip/install.fmf | 6 +++--- tests/precommit/main.fmf | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/pip/install.fmf b/tests/pip/install.fmf index f212f4a135..c978e914a9 100644 --- a/tests/pip/install.fmf +++ b/tests/pip/install.fmf @@ -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: diff --git a/tests/precommit/main.fmf b/tests/precommit/main.fmf index b24a42be9f..94d5f433ad 100644 --- a/tests/precommit/main.fmf +++ b/tests/precommit/main.fmf @@ -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"