Signed-off-by: John Snow <[email protected]>
---
tests/qemu-iotests/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/meson.build b/tests/qemu-iotests/meson.build
index d7bae71ced6..86a3541c0ae 100644
--- a/tests/qemu-iotests/meson.build
+++ b/tests/qemu-iotests/meson.build
@@ -57,7 +57,7 @@ foreach format, speed: qemu_iotests_formats
test('io-' + format + '-' + item,
python,
args: args,
- depends: qemu_iotests_binaries,
+ depends: qemu_iotests_binaries + pyvenv_checktests_group,
env: qemu_iotests_env,
protocol: 'tap',
timeout: 180,
--
2.51.1