mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
python: drop avocado
Avocado-framework is no longer used for anything, so it can be removed. Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20260226213400.1254014-4-jsnow@redhat.com> Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
python3 -m flake8 qemu/
|
||||
python3 -m flake8 scripts/
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
cd ../tests/qemu-iotests/
|
||||
python3 -m linters --mypy
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
cd ../tests/qemu-iotests/
|
||||
# See commit message for environment variable explainer.
|
||||
SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m linters --pylint
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
python3 -m isort -c qemu/
|
||||
python3 -m isort -c scripts/
|
||||
@@ -31,7 +31,6 @@ distlib==0.3.6
|
||||
fusepy==2.0.4
|
||||
|
||||
# Test-runners, utilities, etc.
|
||||
avocado-framework==90.0
|
||||
pytest==6.0.2
|
||||
|
||||
# Linters
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
python3 -m mypy -p qemu
|
||||
python3 -m mypy scripts/
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
# See commit message for environment variable explainer.
|
||||
SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m pylint qemu/
|
||||
SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m pylint scripts/
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
python3 -m flake8 ../scripts/qapi/ \
|
||||
../docs/sphinx/qapidoc.py \
|
||||
../docs/sphinx/qapi_domain.py
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
python3 -m isort --sp . -c ../scripts/qapi/
|
||||
# Force isort to recognize "compat" as a local module and not third-party
|
||||
python3 -m isort --sp . -c -p compat \
|
||||
../docs/sphinx/qapi_domain.py \
|
||||
../docs/sphinx/qapidoc.py
|
||||
@@ -1,4 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
python3 -m mypy ../scripts/qapi
|
||||
@@ -1,8 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m pylint \
|
||||
--rcfile=../scripts/qapi/pylintrc \
|
||||
../scripts/qapi/ \
|
||||
../docs/sphinx/qapidoc.py \
|
||||
../docs/sphinx/qapi_domain.py
|
||||
Reference in New Issue
Block a user