We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dd260 commit 6af422aCopy full SHA for 6af422a
test/framework/robot.py
@@ -436,7 +436,7 @@ def test_resolve_dependencies_minimal(self):
436
" ('SQLite', '3.8.10.2'),",
437
"]",
438
# toolchain as list line, for easy modification later;
439
- "toolchain = {'name': 'foss', 'version': '%(version_minor)s018a'}",
+ "toolchain = {'name': 'foss', 'version': '2018a'}",
440
]
441
write_file(barec, '\n'.join(barec_lines))
442
bar = process_easyconfig(barec)[0]
0 commit comments