Skip to content
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

support for python_requires in local-recipes-index #16420

Merged

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented Jun 6, 2024

Changelog: Feature: Support python_requires in local-recipes-index.
Docs: conan-io/docs#3802

Close #16398

"pyreq/all/conanfile.py": str(GenConanfile("pyreq", "1.0"))})
return folder

def test_install(self, c3i_pyrequires_folder):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's not too much, I'd add a test to explicitly state that a pyreq coming from a different remote is not supported? Or is it enought with the issue message?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to consider the use cases with more detail, this is why this is a draft, lets talk about it.

@memsharded memsharded added this to the 2.6.0 milestone Jul 7, 2024
@memsharded memsharded marked this pull request as ready for review July 23, 2024 10:29
@czoido czoido merged commit 66a3a01 into conan-io:develop2 Jul 24, 2024
2 checks passed
@memsharded memsharded deleted the feature/local_recipes_index_pyrequires branch July 24, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Exception when using local recipes index
3 participants