-
Notifications
You must be signed in to change notification settings - Fork 192
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
Plugins are not properly registered upon installation with recent reentry #1429
Comments
It has to be remarked that the So far the only thing I have seen that might cause this is that reentry was installed in two locations, one had everything registered but the other had an emtpy registry and was shadowing it. |
I haven't tried installing the workflows branch with |
Indeed, it seems now that either the recent Bottom line: Currently there exists a branch off Once we can confirm it works in all currently relevan environments ( |
I checked on Mac. It works, with the issue that you need a recent pip, and anyway |
Fixed in #1440 |
Recently there were some changes to
reentry
and the tests started failing. Specifically during the setup of the computer. It failed with the message that the transport is invalid. I put a print of the registered transport plugins just before the setup and sure enough it is empty. The reentry scan is apparently not working properly anymore.With the alpha release of
v1.2.0
available we can test that it works in all relevant environments:workflows
release_v0.12.0
workflows
release_v0.12.0
workflows
release_v0.12.0
workflows
release_v0.12.0
The text was updated successfully, but these errors were encountered: