Commit 594e6ae7 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.weasel: skip failing test

parent 8327baf6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 = {