James
James
With this test https://github.com/conan-io/conan/pull/11841 we are capturing the behavior and the flow that allows to capture the ``test_package`` extra requirements in a lockfile, and also how a ``--lockfile-partial`` can be...
@initlifeinc is the question resolved? Can we close it? Thanks
I dont think this is a bug, this is by design. Python imports are evaluated when the script is loaded. And we need to load the script to get the...
> But it is true that this situation will happen a lot with the migration to 2.0. We might try to introduce something temporarily and accessible to remove in the...
> I was thinking about trying to locate the required_conan_version "manually" only after getting an ImportError (to improve the error message if we locate the required_conan_version, or keep raising otherwise)...
https://github.com/conan-io/conan/pull/11908 merged, this will be in 1.52
Hi @Prayag-Dubey This is typically an issue of the client machine Python setup. It is very important that you report your OS and version. This is something more likely to...
This is incorrect: ``` conan remote add conan-center https://github.com/conan-io/conan-center-index ``` You don't add the Github repo as the remote. The legacy center, if you want to add it is: ```...
Please see https://github.com/conan-io/conan/issues/9695 for certificate related issues. @Prayag-Dubey did you manage to do some progress? It seems you could have some proxy in between, I would try first in a...
Hi @magras Yes, for a simple ``conanfile.txt``, a requirement to a test library, like gtest or catch, is completely equivalent to a regular requires, so it can go directly in...