Skip to content

Commit 6a4a2e9

Browse files
spuiukanoopcs9
authored andcommitted
tox.ini: add to deps in tox.ini
Add required python dependency iso8601 to tox.ini Signed-off-by: Sachin Prabhu <[email protected]>
1 parent eefba65 commit 6a4a2e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,23 @@ deps =
1616
pytest
1717
pyyaml
1818
pytest-randomly
19+
iso8601
1920
commands = pytest -vrfEsxXpP testcases/
2021

2122
[testenv:pytest-unprivileged]
2223
deps =
2324
pytest
2425
pyyaml
2526
pytest-randomly
27+
iso8601
2628
commands = pytest -vrfEsxXpP -k 'not privileged' testcases/
2729

2830
[testenv:sanity]
2931
deps =
3032
pytest
3133
pyyaml
3234
pytest-randomly
35+
iso8601
3336
changedir = {toxinidir}
3437
commands = pytest -vrfEsxXpP testcases/consistency
3538

0 commit comments

Comments
 (0)