You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_requires in conanfile.txt are basically exactly the same as requires, as the only difference is "visibility" and that doesn't affect if there are no downstream consumers, and by definition, a conanfile.txt cannot have consumers because it cannot create a pattern.
Asking @czoido for further feedback, if we should add this as syntactic sugar
I think that we should add support for
[test_requires]
into theconanfile.txt
for uniformity withconanfile.py
's self.test_requires().The text was updated successfully, but these errors were encountered: