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:
Bruno BELANYI 2024-02-06 17:25:03 +01:00
parent 0b74332e9c
commit 8c03bff1cf
1 changed files with 0 additions and 9 deletions

View File

@ -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"
];
});
}