summary refs log tree commit diff stats
path: root/pythondeps.toml
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2025-04-14 13:30:29 +0200
committerThomas Huth <thuth@redhat.com>2025-04-23 07:51:25 +0200
commit52e9ed6d3ac44424e098333772077a41bb88c4db (patch)
tree27154ef434b16c6894ec151031a0d6fe9c61feff /pythondeps.toml
parent5748e464150911127d07c0b7adeea474fd905149 (diff)
downloadfocaccia-qemu-52e9ed6d3ac44424e098333772077a41bb88c4db.tar.gz
focaccia-qemu-52e9ed6d3ac44424e098333772077a41bb88c4db.zip
Remove the remainders of the Avocado tests
Now that all Avocado tests have been converted to or been replaced by
other functional tests, we can delete the remainders of the Avocado
tests from the QEMU source tree.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250414113031.151105-16-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'pythondeps.toml')
-rw-r--r--pythondeps.toml8
1 files changed, 2 insertions, 6 deletions
diff --git a/pythondeps.toml b/pythondeps.toml
index c03c9df81b..7eaaa0fed1 100644
--- a/pythondeps.toml
+++ b/pythondeps.toml
@@ -27,9 +27,5 @@ pycotap = { accepted = ">=1.1.0", installed = "1.3.1" }
 sphinx = { accepted = ">=3.4.3", installed = "5.3.0", canary = "sphinx-build" }
 sphinx_rtd_theme = { accepted = ">=0.5", installed = "1.1.1" }
 
-[avocado]
-# Note that qemu.git/python/ is always implicitly installed.
-# Prefer an LTS version when updating the accepted versions of
-# avocado-framework, for example right now the limit is 92.x.
-avocado-framework = { accepted = "(>=103.0, <104.0)", installed = "103.0", canary = "avocado" }
-pycdlib = { accepted = ">=1.11.0" }
+[testdeps]
+qemu.qmp = { accepted = ">=0.0.3", installed = "0.0.3" }