blob: c55cd139732cf02243a0ebf08e0ca82d98369eb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[tox]
envlist = py38
[testenv]
setenv =
AGL_TGT_IP = {env:AGL_TGT_IP:"127.0.0.1"}
deps =
websockets
pytest-dependency
pytest
parse
pytest-asyncio
asyncssh
commands =
pytest --lava -qk "not hwrequired"
|