Skip to content

Commit

Permalink
Install python3-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 committed Aug 22, 2024
1 parent 92f9f29 commit 48f19f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def drakmon_setup():

with drakvuf_vm.connect_ssh() as ssh:
ssh.run("apt-get --allow-releaseinfo-change update", in_stream=False)
apt_install(ssh, ["redis-server", "python3", "python3-pip", "git", "dnsmasq", "bridge-utils"])
apt_install(ssh, ["redis-server", "python3", "python3-pip", "python3-venv", "git", "dnsmasq", "bridge-utils"])
logging.info("Setting up pip and pipx")
ssh.run(f"DEBIAN_FRONTEND=noninteractive pip3 install --upgrade pip", in_stream=False)
ssh.run(f"DEBIAN_FRONTEND=noninteractive pip3 install pipx", in_stream=False)
Expand Down

0 comments on commit 48f19f8

Please sign in to comment.