summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 58903461f639d65c77e1dbceb549118aad48a303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tox]
envlist = py38

[testenv]
setenv =
    AGL_AVAILABLE_INTERFACES = {env:AGL_AVAILABLE_INTERFACES:"ethernet"}
    AGL_TGT_IP = {env:AGL_TGT_IP:"127.0.0.1"}

deps =
    websockets
    pytest-dependency
    pytest
    parse
    pytest-asyncio
    asyncssh

commands =
    pytest pyagl/tests --lava -qk "not hwrequired"