Share list of relevant components across all tests

This commit is contained in:
Petr Šplíchal 2022-06-22 15:44:55 +02:00
commit 4b12d4ae50
3 changed files with 13 additions and 17 deletions

View file

@ -1,7 +1,19 @@
contact:
- Petr Šplíchal <psplicha@redhat.com>
- Miro Hrončok <mhroncok@redhat.com>
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

View file

@ -1,9 +1,6 @@
discover:
how: fmf
filter: component:python311
provision:
how: container
image: fedora:36
prepare:
how: install
package:

View file

@ -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