aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 629c750..a974044 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ help:
deps:
@echo "Installing VM testing dependencies..."
sudo pacman -S --needed qemu-full virt-manager virt-viewer libguestfs \
- bridge-utils dnsmasq archiso sshpass socat
+ bridge-utils dnsmasq archiso sshpass socat \
+ python-pytest python-pytest-testinfra
@echo ""
@echo "Done. For VM testing, also ensure libvirtd is running:"
@echo " sudo systemctl enable --now libvirtd"