execute: how: tmt discover: - name: python how: shell url: https://gitlab.com/redhat/centos-stream/tests/python.git tests: - name: smoke36 path: /smoke test: VERSION=3.6 PYTHON=/usr/libexec/platform-python CYTHON=false TOX=false ./venv.sh - name: smoke36_virtualenv path: /smoke test: VERSION=3.6 PYTHON=/usr/libexec/platform-python CYTHON=false TOX=false METHOD=virtualenv ./venv.sh prepare: - name: install packages how: install package: - python3-virtualenv