overlays: remove 'tandoor-recipes-failing-test'
This is now redundant, the nixpkgs bump provided an updated package
which builds successfully.
This reverts commit 473be47b29
.
This commit is contained in:
parent
0b74332e9c
commit
8c03bff1cf
|
@ -1,9 +0,0 @@
|
|||
_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