-
Notifications
You must be signed in to change notification settings - Fork 71
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
python_requires fails when remote is in CONAN_REMOTES but not added to conan #331
Comments
python_requires + CPT? This is an evil bug! 👿 |
As a workaround, you can pass the |
Running
gives the following output:
It proceeds further but does not look like to use the reference in the |
I need to investigate that. It looks like a different issue, maybe with Conan. |
Yeah, you would need to use also the |
This PR has been merged: #359 |
This happens on CI.
When using a
python_requires
in a recipe that is available on a remote but not in the local cache,the
ConanMultiPackager
constructor throws because while loading the conanfile class, the remotes inCONAN_REMOTES
is not yet added to the remotes of conan.reproducer:
The output of this last command is:
The text was updated successfully, but these errors were encountered: