overlays: add 'tandoor-recipes-failing-test'
Since it's currently broken on the unstable channel, I am pre-emptively fixing it so that I can bump my flake inputs.
This commit is contained in:
parent
05cf04a11f
commit
473be47b29
9
overlays/tandoor-recipes-failing-test/default.nix
Normal file
9
overlays/tandoor-recipes-failing-test/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
_self: super:
|
||||
{
|
||||
tandoor-recipes = super.tandoor-recipes.overridePythonAttrs (oa: {
|
||||
disabledTests = (oa.disabledTests or [ ]) ++ [
|
||||
"test_search_count"
|
||||
"test_url_import_regex_replace"
|
||||
];
|
||||
});
|
||||
}
|
Loading…
Reference in a new issue