fix: reoslve the uv issue

This commit is contained in:
Omid Zamani
2026-01-02 16:50:08 +01:00
parent e6cdcc207a
commit 68277cc929
7 changed files with 24 additions and 7 deletions

View File

@@ -194,7 +194,7 @@ def test_cmd_options(parser):
def test_cmd(args, out):
"""Run local and online tests for chatmail deployment.
This will automatically pip-install 'deltachat' if it's not available.
This will automatically uv-pip-install 'deltachat' if it's not available.
"""
x = importlib.util.find_spec("deltachat")

View File

@@ -13,7 +13,7 @@ from pyinfra import facts, host, logger
from pyinfra.api import FactBase
from pyinfra.facts.files import Sha256File
from pyinfra.facts.systemd import SystemdEnabled
from pyinfra.operations import apt, files, pip, server, systemd
from pyinfra.operations import apt, files, server, systemd
from cmdeploy.cmdeploy import Out