Home
last modified time | relevance | path

Searched +full:check +full:- +full:python +full:- +full:minreqs (Results 1 – 3 of 3) sorted by relevance

/qemu/python/
H A DMakefile1 QEMU_VENV_DIR=.dev-venv
2 QEMU_MINVENV_DIR=.min-venv
7 @echo "python packaging help:"
9 @echo "make check-minreqs:"
10 @echo " Run tests in the minreqs virtual environment."
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'"
[all …]
H A Dsetup.cfg5 maintainer_email = qemu-devel@nongnu.org
8 description = QEMU Python Build, Debug and SDK tooling.
10 long_description_content_type = text/x-rst
12 Development Status :: 3 - Alpha
16 Programming Language :: Python :: 3 :: Only
17 Programming Language :: Python :: 3.9
18 Programming Language :: Python :: 3.10
19 Programming Language :: Python :: 3.11
20 Programming Language :: Python :: 3.12
21 Programming Language :: Python :: 3.13
[all …]
/qemu/.gitlab-ci.d/
H A Dstatic_checks.yml1 check-patch:
4 image: python:3.10-alpine
7 - .gitlab-ci.d/check-patch.py
12 - apk -U add git perl
15 check-dco:
18 image: python:3.10-alpine
20 script: .gitlab-ci.d/check-dco.py
24 - apk -U add git
26 check-python-minreqs:
29 image: $CI_REGISTRY_IMAGE/qemu/python:$QEMU_CI_CONTAINER_TAG
[all …]