diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-03-23 19:57:14 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-04-06 10:50:37 +0200 |
commit | 5a5c170043f368f28cedc486061aa3cedf394d7e (patch) | |
tree | 57790a5ea966621df75542698695a932f99439a4 /tests/meson.build | |
parent | 7f74e8ac750a553b7b2e6cfc85129dd2810206f8 (diff) |
meson: remove unneeded py3
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220323155743.1585078-4-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/meson.build b/tests/meson.build index 1d05109eb4..4f691e8465 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,5 +1,3 @@ -py3 = import('python').find_installation() - subdir('bench') subdir('qemu-iotests') |