From 4b12d4ae50721b9220b4f52030d6c36bb9c6f278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Wed, 22 Jun 2022 15:44:55 +0200 Subject: [PATCH] Share list of relevant components across all tests --- main.fmf | 14 +++++++++++++- plans/python-3.11.fmf | 3 --- smoke/main.fmf | 13 ------------- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/main.fmf b/main.fmf index 1211603..5a343cf 100644 --- a/main.fmf +++ b/main.fmf @@ -1,7 +1,19 @@ contact: - Petr Šplíchal - Miro Hrončok -component: [python] +component: + - python + - python3 + - python310 + - python311 + - pypy + - pypy3 + - jython + - python-pip + - python-wheel + - python-setuptools + - python-virtualenv + - python-tox require: - gcc # for extension building in venv and selftest - gcc-c++ # for test_cppext diff --git a/plans/python-3.11.fmf b/plans/python-3.11.fmf index ca9ad7f..c1fa21c 100644 --- a/plans/python-3.11.fmf +++ b/plans/python-3.11.fmf @@ -1,9 +1,6 @@ discover: how: fmf filter: component:python311 -provision: - how: container - image: fedora:36 prepare: how: install package: diff --git a/smoke/main.fmf b/smoke/main.fmf index be6835c..8abee62 100644 --- a/smoke/main.fmf +++ b/smoke/main.fmf @@ -29,16 +29,3 @@ duration: 10m tier: 1 tag: - venv - -component+: - - python3 - - python310 - - python311 - - pypy - - pypy3 - - jython - - python-pip - - python-wheel - - python-setuptools - - python-virtualenv - - python-tox