Searched +full:check +full:- +full:python +full:- +full:tox (Results 1 – 7 of 7) 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 …]
5 - DMTF Redfish6 - Out-of-band IPMI7 - SSH to BMC and Host OS8 - [Legacy REST](https://github.com/openbmc/openbmc-test-automation/releases/tag/v4.0-stable)12 - Power on/off13 - Reboot Host14 - Reset BMC15 - Code update BMC and host16 - Power management17 - Fan controller[all …]
18 3. Clone openbmc-build-scripts repository.20 `git clone https://github.com/openbmc/openbmc-build-scripts`22 4. Change directory to openbmc-build-scripts.24 `cd openbmc-build-scripts`28 "openbmc/ubuntu-robot-qemu". You can check images using "docker images"31 `./scripts/build-qemu-robot-docker.sh`37 --build-arg http_proxy=<IP>:<PORT> --build-arg https_proxy=<IP>:<PORT>46 2. Clone openbmc-test-automation repository.48 `git clone https://github.com/openbmc/openbmc-test-automation`56 docker run --user root \[all …]
6 # Created by https://www.toptal.com/developers/gitignore/api/python7 # Edit at https://www.toptal.com/developers/gitignore?templates=python9 ### Python ###10 # Byte-compiled / optimized / DLL files19 .Python21 develop-eggs/32 share/python-wheels/33 *.egg-info/39 # Usually these files are written by a python script from a template45 pip-log.txt[all …]
35 Official support for Python 3.6.37 Two scripts: demonstrate_parser_differences.py and test-all-versions.42 with pyproject.toml. Beautiful Soup now uses tox as its test backend48 would overflow the Python interpreter stack:54 copy.deepcopy() from the Python standard library). [bug=1709837]77 Python 2. I've converted it to Python 3, but since no one has166 argument of the same name in the Python standard library's169 * If the charset-normalizer Python module170 (https://pypi.org/project/charset-normalizer/) is installed, Beautiful188 * Some time ago, the misleadingly named "text" argument to find-type[all …]