Skip to content

Commit cb03f0b

Browse files
committed
ci(tox): add missing dep for moto
1 parent 4d8ec85 commit cb03f0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ isolated_build = True
44

55
[testenv]
66
passenv = *
7+
# including PyYAML since moto forgot it
78
deps = pytest
89
mock
910
boto3
1011
moto
12+
PyYAML
1113
commands = py.test {posargs}
1214
# py.test --doctest-module README.rst
1315

0 commit comments

Comments
 (0)