From e8378f3074226c4c6f74bad7af9a8f7c35bc91ae Mon Sep 17 00:00:00 2001 From: jkachmar Date: Thu, 12 Aug 2021 18:52:39 -0400 Subject: [PATCH] Resolves hspec-discover dependency cycle hspec-discover introduced a dependency cycle via logging-facade and mockery; disabling the hspec-discover test suite resolves this. --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 51ff4f3a..e4b4bb06 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6950,6 +6950,7 @@ skipped-tests: - tasty-expected-failure # via tasty-hedgehog - random - split + - hspec-discover # via logging-facade/mockery # TODO - rpmbuild-order