From b75deb70cee2627ef87a75bffa89688f6e7c663b Mon Sep 17 00:00:00 2001 From: Edi Feschiyan Date: Sun, 13 Sep 2020 12:33:54 +0300 Subject: Update tox.ini and requirements.txt Update requirements.txt to match AsyncSSH with newer 2.3.0 version Update tox.ini with proper path to run in CI and set AGL_AVAILABLE_INTERFACES to "ethernet" by default Bug-AGL: SPEC-3583 Signed-off-by: Edi Feschiyan Change-Id: Id1e880d80d6c6bedb6650deeb4fe6f3befdcf50b --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index c08fa44..0a42ed9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -asyncssh==2.2.0 +asyncssh==2.3.0 attrs==19.3.0 cffi==1.14.0 cryptography==2.8 -- cgit 1.2.3-korg