We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e385fd commit 28e0e4dCopy full SHA for 28e0e4d
1 file changed
conanfile.py
@@ -83,7 +83,7 @@ def validate(self):
83
)
84
85
def build_requirements(self):
86
- self.test_requires("standardprojectsettings/[>=0.2.0]@ultimaker/stable")
+ self.test_requires("standardprojectsettings/[>=0.2.0]")
87
if not self.conf.get("tools.build:skip_test", False, check_type=bool):
88
self.test_requires("gtest/1.14.0")
89
0 commit comments