Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' into staging
Pull request
Patch 01/15 fixes the check-python-tox test.
# gpg: Signature made Thu 01 Jul 2021 03:01:20 BST
# gpg: using RSA key F9B7ABDBBCACDF95BE76CBD07DEF8106AAFC390E
# gpg: Good signature from "John Snow (John Huston) <jsnow@redhat.com>" [full]
# Primary key fingerprint: FAEB 9711 A12C F475 812F 18F2 88A9 064D 1835 61EB
# Subkey fingerprint: F9B7 ABDB BCAC DF95 BE76 CBD0 7DEF 8106 AAFC 390E
* remotes/jsnow-gitlab/tags/python-pull-request:
python: Fix broken ReST docstrings
python: remove auto-generated pyproject.toml file
python: Update help text on 'make clean', 'make distclean'
python: Update help text on 'make check', 'make develop'
python: add 'make check-dev' invocation
python: only check qemu/ subdir with flake8
python: Fix .PHONY Make specifiers
python: update help text for check-tox
python: rename 'venv-check' target to 'check-pipenv'
python: Add no-install usage instructions
python: README.rst touchups
python: Re-lock pipenv at *oldest* supported versions
python: Remove global pylint suppressions
python: expose typing information via PEP 561
python/qom: Do not use 'err' name at module scope
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .gitlab-ci.d/static_checks.yml 1 addition, 1 deletion.gitlab-ci.d/static_checks.yml
- python/.gitignore 1 addition, 0 deletionspython/.gitignore
- python/Makefile 70 additions, 19 deletionspython/Makefile
- python/Pipfile.lock 53 additions, 60 deletionspython/Pipfile.lock
- python/README.rst 38 additions, 9 deletionspython/README.rst
- python/qemu/machine/__init__.py 3 additions, 3 deletionspython/qemu/machine/__init__.py
- python/qemu/machine/machine.py 5 additions, 1 deletionpython/qemu/machine/machine.py
- python/qemu/machine/py.typed 0 additions, 0 deletionspython/qemu/machine/py.typed
- python/qemu/machine/qtest.py 2 additions, 0 deletionspython/qemu/machine/qtest.py
- python/qemu/qmp/__init__.py 1 addition, 0 deletionspython/qemu/qmp/__init__.py
- python/qemu/qmp/py.typed 0 additions, 0 deletionspython/qemu/qmp/py.typed
- python/qemu/qmp/qom.py 2 additions, 2 deletionspython/qemu/qmp/qom.py
- python/qemu/qmp/qom_common.py 1 addition, 1 deletionpython/qemu/qmp/qom_common.py
- python/qemu/utils/accel.py 1 addition, 1 deletionpython/qemu/utils/accel.py
- python/qemu/utils/py.typed 0 additions, 0 deletionspython/qemu/utils/py.typed
- python/setup.cfg 8 additions, 6 deletionspython/setup.cfg
- python/tests/flake8.sh 1 addition, 1 deletionpython/tests/flake8.sh
Loading
Please register or sign in to comment