-
Notifications
You must be signed in to change notification settings - Fork 207
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
cc_test is failing #577
Comments
OK took a bit of investigation (sorry for the slow reply)... the issue is to do with fetching the unittest runner from a subrepo, and it trying to depend on another subrepo there. Thinking about how we should best handle this, will see what I can come up with. |
If a subrepo defines a dependency on a subrepo of its own in a package that we have at the top level (as described in #577) then we don't find it (we already do have a fork for when that does not exist at the top level). This lets the top-level repo override it but if it's not specified we can still find it.
Okay, the above should solve I think; it will fall back to looking in the appropriate place. |
Marking as resolved - if this still occurs, please reopen. |
It seems like this happens (latest release):
Then:
|
I get the same error as here: https://circleci.com/gh/thought-machine/please-examples/22.
Does someone have an insight on that?
The text was updated successfully, but these errors were encountered: