diff options
author | Edi Feschiyan <edi.feschiyan@konsulko.com> | 2020-09-13 12:33:54 +0300 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-10-01 19:46:53 -0400 |
commit | b75deb70cee2627ef87a75bffa89688f6e7c663b (patch) | |
tree | 31aa75ceb31e17591a012d966f8d7bbe10cc1d58 /tox.ini | |
parent | 7c9ed37362e79799db8804e94d693f12cce1e4f8 (diff) |
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 <edi.feschiyan@konsulko.com>
Change-Id: Id1e880d80d6c6bedb6650deeb4fe6f3befdcf50b
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ envlist = py38 [testenv] setenv = + AGL_AVAILABLE_INTERFACES = {env:AGL_AVAILABLE_INTERFACES:"ethernet"} AGL_TGT_IP = {env:AGL_TGT_IP:"127.0.0.1"} deps = @@ -14,4 +15,4 @@ deps = asyncssh commands = - pytest --lava -qk "not hwrequired" + pytest pyagl/tests --lava -qk "not hwrequired" |