overlays: remove 'tandoor-recipes-failing-test'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This is now redundant, the nixpkgs bump provided an updated package
which builds successfully.
This reverts commit 473be47b29
.
This commit is contained in:
parent
c8b5b1586c
commit
1a7223a5e5
|
@ -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