Closed andersonjd closed 1 month ago
Hi @andersonjd thanks for your request
We're in the progress of implementing a similar feature, where a Conf can control the expansion of test_requires, see https://github.com/conan-io/conan/pull/17117 for the discussion. We might change how we approach it, but the idea is to release it for the next Conan 2.9 release :)
That's perfect, thanks!
What is your question?
If I run the following command:
Conan will resolve and build all
test_requires
for the package dependencies that are missing, even though testing will not be built or performed according to theskip_test=True
configuration.According to the docs here: test-requires, it seems like this is the intended behavior. Can this be changed?
If I have set the
skip_test=True
configuration I would like to avoid an fetching / building of test_requires all together.Have you read the CONTRIBUTING guide?