summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/fetch.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/tests/fetch.py')
-rw-r--r--bitbake/lib/bb/tests/fetch.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 86eccf7de2..19ea725ac6 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1059,7 +1059,7 @@ class FetcherNetworkTest(FetcherTest):
1059 """ Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """ 1059 """ Prevent regression on deeply nested submodules not being checked out properly, even though they were fetched. """
1060 1060
1061 # This repository also has submodules where the module (name), path and url do not align 1061 # This repository also has submodules where the module (name), path and url do not align
1062 url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699" 1062 url = "gitsm://github.com/azure/iotedge.git;protocol=https;rev=d76e0316c6f324345d77c48a83ce836d09392699;branch=main"
1063 fetcher = bb.fetch.Fetch([url], self.d) 1063 fetcher = bb.fetch.Fetch([url], self.d)
1064 fetcher.download() 1064 fetcher.download()
1065 # Previous cwd has been deleted 1065 # Previous cwd has been deleted
@@ -1358,9 +1358,6 @@ class FetchCheckStatusTest(FetcherTest):
1358 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz", 1358 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz",
1359 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz", 1359 "http://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz",
1360 "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz", 1360 "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz",
1361 "http://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz",
1362 "https://ftp.gnu.org/gnu/chess/gnuchess-5.08.tar.gz",
1363 "https://ftp.gnu.org/gnu/gmp/gmp-4.0.tar.gz",
1364 # GitHub releases are hosted on Amazon S3, which doesn't support HEAD 1361 # GitHub releases are hosted on Amazon S3, which doesn't support HEAD
1365 "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz" 1362 "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz"
1366 ] 1363 ]