Searched +full:check +full:- +full:python +full:- +full:tox (Results 1 – 3 of 3) sorted by relevance
1 QEMU_VENV_DIR=.dev-venv2 QEMU_MINVENV_DIR=.min-venv7 @echo "python packaging help:"9 @echo "make check-minreqs:"12 @echo " Requires: Python 3.9"15 @echo "make check-tox:"16 @echo " Run tests against multiple python versions."18 @echo " Requires: Python 3.9 - 3.11, and tox."19 @echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"21 @echo " arguments to tox".[all …]
5 maintainer_email = qemu-devel@nongnu.org8 description = QEMU Python Build, Debug and SDK tooling.10 long_description_content_type = text/x-rst12 Development Status :: 3 - Alpha16 Programming Language :: Python :: 3 :: Only17 Programming Language :: Python :: 3.918 Programming Language :: Python :: 3.1019 Programming Language :: Python :: 3.1120 Programming Language :: Python :: 3.1221 Programming Language :: Python :: 3.13[all …]
1 check-patch:4 image: python:3.10-alpine7 - .gitlab-ci.d/check-patch.py12 - apk -U add git perl15 check-dco:18 image: python:3.10-alpine20 script: .gitlab-ci.d/check-dco.py24 - apk -U add git26 check-python-minreqs:29 image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG[all …]