This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch tristan/prefer-better-version-matches
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit d569fdc9bf66d01bcff95e0acd64c1fb996ee7fa
Author: Tristan van Berkom <[email protected]>
AuthorDate: Wed May 7 15:57:11 2025 +0900

    frontend/show.py: Test preference of better qualified versions.
---
 tests/frontend/show.py                      | 2 +-
 tests/frontend/source-info/elements/tar.bst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/frontend/show.py b/tests/frontend/show.py
index 3dfc8f55c..f30b1cb88 100644
--- a/tests/frontend/show.py
+++ b/tests/frontend/show.py
@@ -594,7 +594,7 @@ def test_invalid_alias(cli, tmpdir, datafiles):
         (
             "tar.bst",
             "tar",
-            "https://flying-ponies.com/releases/pony-flight-1.2.3.tgz";,
+            "https://flying-ponies.com/releases/1.2/pony-flight-1.2.3.tgz";,
             "remote-file",
             "sha256",
             "9d0c936c78d0dfe3a67cae372c9a2330476ea87a2eec16b2daada64a664ca501",
diff --git a/tests/frontend/source-info/elements/tar.bst 
b/tests/frontend/source-info/elements/tar.bst
index 0dd9bc537..7fc1d71dc 100644
--- a/tests/frontend/source-info/elements/tar.bst
+++ b/tests/frontend/source-info/elements/tar.bst
@@ -2,5 +2,5 @@ kind: import
 
 sources:
 - kind: tar
-  url: https://flying-ponies.com/releases/pony-flight-1.2.3.tgz
+  url: https://flying-ponies.com/releases/1.2/pony-flight-1.2.3.tgz
   ref: 9d0c936c78d0dfe3a67cae372c9a2330476ea87a2eec16b2daada64a664ca501

Reply via email to