python3Packages.weasel: skip failing test

This commit is contained in:
Gaetan Lepage
2026-03-23 22:55:45 +00:00
parent 8327baf661
commit 594e6ae75c
@@ -59,6 +59,11 @@ buildPythonPackage (finalAttrs: {
"test_project_assets"
"test_project_git_dir_asset"
"test_project_git_file_asset"
# configparser.InterpolationMissingOptionError: Bad value substitution: option 'commands' in
# section 'project' contains an interpolation key 'vars.b.e' which is not a valid option name.
# Raw value: '[{"name": "x", "script": ["hello ${vars.a} ${vars.b.e}"]}]'
"test_project_config_interpolation"
];
passthru = {