2023-05-15 14:41:26 +00:00
|
|
|
execute:
|
|
|
|
how: tmt
|
|
|
|
|
|
|
|
environment:
|
|
|
|
VERSION: 3.11
|
2024-01-11 11:44:07 +00:00
|
|
|
# the X variable is what is passed as arguments to python -m test
|
|
|
|
# test_check_probes https://github.com/python/cpython/issues/104280#issuecomment-1669249980
|
|
|
|
X: '-i test_check_probes'
|
2023-05-15 14:41:26 +00:00
|
|
|
|
|
|
|
discover:
|
|
|
|
how: fmf
|
|
|
|
url: https://src.fedoraproject.org/tests/python.git
|
|
|
|
test:
|
|
|
|
- /smoke/venv
|
|
|
|
- /selftest/parallel
|
|
|
|
|