-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build cycle detected #7493
Comments
Signed-off-by: Mihai Maruseac <[email protected]>
It seems it was caused by doctest (cc @sol) |
Package should not regularly depend on This should be fixed by haskell/random#165. |
Thank you! |
Needs a random release |
Still wonder if there would be another way to break the cycle but maybe not? |
Disable tests for |
Unfortunately that didn't work: the cycle reappears
|
This reverts commit a9a916d. Unfortunately this does not break the dependency cycle
A similar cycle is now detected for
|
Signed-off-by: Mihai Maruseac <[email protected]>
That's weird: Would it break the cycle if you disable tests for |
Signed-off-by: Mihai Maruseac <[email protected]>
I can try fully skipping the tests |
That worked. I'll try the same with |
Signed-off-by: Mihai Maruseac <[email protected]>
This is now fixed, by disabling tests for |
The text was updated successfully, but these errors were encountered: