Enable a simple python-3.11 plan

Demonstrates how the `environment` key can be used for setting
a common environment variable for the whole plan.
This commit is contained in:
Petr Šplíchal 2022-06-22 15:22:21 +02:00
commit 4369d46463
5 changed files with 44 additions and 112 deletions

View file

@ -2,3 +2,13 @@ contact:
- Petr Šplíchal <psplicha@redhat.com>
- Miro Hrončok <mhroncok@redhat.com>
component: [python]
require:
- gcc # for extension building in venv and selftest
- gcc-c++ # for test_cppext
- gdb # for test_gdb
- python3.11 # the test subject
- tox # for venv tests
- virtualenv # for virtualenv tests
- glibc-all-langpacks # for locale tests
- marshalparser # for testing compatibility (magic numbers) with marshalparser
- rpm # for debugging