Closed
Description
What is your question?
If I run the following command:
conan install . --build=missing -c tools.build:skip_test=True
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 the skip_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?
- I've read the CONTRIBUTING guide
Metadata
Metadata
Assignees
Labels
No labels