Merge pull request #300237 from eldritch-cookie/2024-03-tasty-autocollect-fix
haskellPackages.tasty-autocollect: fix build by disabling tests
This commit is contained in:
commit
47ac0b2cc1
@ -2835,6 +2835,10 @@ self: super: {
|
||||
co-log-polysemy = doJailbreak super.co-log-polysemy;
|
||||
co-log-polysemy-formatting = doJailbreak super.co-log-polysemy-formatting;
|
||||
|
||||
# calls ghc in tests
|
||||
# https://github.com/brandonchinn178/tasty-autocollect/issues/54
|
||||
tasty-autocollect = dontCheck super.tasty-autocollect;
|
||||
|
||||
postgrest = lib.pipe super.postgrest [
|
||||
# 2023-12-20: New version needs extra dependencies
|
||||
(addBuildDepends [ self.extra self.fuzzyset_0_2_4 self.cache self.timeit ])
|
||||
|
@ -5817,7 +5817,6 @@ broken-packages:
|
||||
- tart # failure in job https://hydra.nixos.org/build/252723842 at 2024-03-16
|
||||
- taskell # depends on old version of brick
|
||||
- TaskMonad # failure in job https://hydra.nixos.org/build/233219257 at 2023-09-02
|
||||
- tasty-autocollect # failure in job https://hydra.nixos.org/build/233256957 at 2023-09-02
|
||||
- tasty-auto # failure in job https://hydra.nixos.org/build/233220008 at 2023-09-02
|
||||
- tasty-checklist # failure in job https://hydra.nixos.org/build/252710481 at 2024-03-16
|
||||
- tasty-fail-fast # failure in job https://hydra.nixos.org/build/233200040 at 2023-09-02
|
||||
|
Loading…
Reference in New Issue
Block a user