Skip to content

Commit 6af422a

Browse files
author
Mikael Öhman
committed
Drop template check in toolchain string (not necessary for test)
1 parent b2dd260 commit 6af422a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def test_resolve_dependencies_minimal(self):
436436
" ('SQLite', '3.8.10.2'),",
437437
"]",
438438
# toolchain as list line, for easy modification later;
439-
"toolchain = {'name': 'foss', 'version': '%(version_minor)s018a'}",
439+
"toolchain = {'name': 'foss', 'version': '2018a'}",
440440
]
441441
write_file(barec, '\n'.join(barec_lines))
442442
bar = process_easyconfig(barec)[0]

0 commit comments

Comments
 (0)