17 lines
406 B
Plaintext
17 lines
406 B
Plaintext
execute:
|
|
how: tmt
|
|
|
|
environment:
|
|
VERSION: 3.11
|
|
# 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'
|
|
|
|
discover:
|
|
how: fmf
|
|
url: https://gitlab.com/redhat/centos-stream/tests/python.git
|
|
test:
|
|
- /smoke/venv
|
|
- /selftest/parallel
|
|
|