We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb24b5 commit dc1c464Copy full SHA for dc1c464
bincrafters_conan_remote/test/test_download.py
@@ -27,6 +27,5 @@ def test_download_no_explicit_remote():
27
["conan", "download", "--recipe", "v8/7.6.66@inexorgame/testing"],
28
expected_outputs=[
29
"Downloading conanmanifest.txt",
30
- "Downloading conanfile.py",
31
- "Downloading conan_sources.tgz"]
+ "Downloading conanfile.py"]
32
)
0 commit comments