You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/01/02 13:29:43 UTC

[libcloud] 01/02: Also allow echo external command.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 2ce527537a31c147d65866c077864c6042720c38
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 14:28:58 2023 +0100

    Also allow echo external command.
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index 8593480a5..c823b909c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,6 +14,7 @@ deps =
     -r{toxinidir}/requirements-tests.txt
 allowlist_externals =
     cp
+    echo
     bash
     /bin/bash
 basepython =