File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 43
43
]
44
44
UNIT_TEST_EXTERNAL_DEPENDENCIES = [
45
45
"aiounittest" ,
46
+ "six" ,
46
47
]
47
48
UNIT_TEST_LOCAL_DEPENDENCIES = []
48
49
UNIT_TEST_DEPENDENCIES = []
57
58
]
58
59
SYSTEM_TEST_EXTERNAL_DEPENDENCIES = [
59
60
"pytest-asyncio" ,
61
+ "six" ,
60
62
]
61
63
SYSTEM_TEST_LOCAL_DEPENDENCIES = []
62
64
SYSTEM_TEST_DEPENDENCIES = []
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ def update_fixup_scripts(library):
139
139
templated_files = common .py_library (
140
140
samples = False , # set to True only if there are samples
141
141
system_test_python_versions = ["3.7" ],
142
- unit_test_external_dependencies = ["aiounittest" ],
143
- system_test_external_dependencies = ["pytest-asyncio" ],
142
+ unit_test_external_dependencies = ["aiounittest" , "six" ],
143
+ system_test_external_dependencies = ["pytest-asyncio" , "six" ],
144
144
microgenerator = True ,
145
145
cov_level = 100 ,
146
146
split_system_tests = True ,
You can’t perform that action at this time.
0 commit comments