aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/tests/fetch.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-22 15:44:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-23 00:00:04 +0100
commitab2ef942dc21f9639793c972f2e546edf9444783 (patch)
tree14059ebae5f75ca1b1f1da36973825c3b48d5f8b /lib/bb/tests/fetch.py
parentafd1900939f7b042297558f4cb01f50f3a299267 (diff)
downloadbitbake-ab2ef942dc21f9639793c972f2e546edf9444783.tar.gz
fetch2: Drop cups.org from wget status checks
Its becomming clear the upstream server doesn't like this, drop these two urls from the test, not sure we need them here anyway. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/tests/fetch.py')
-rw-r--r--lib/bb/tests/fetch.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py
index 29c96b2b4..61b80bede 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -1262,9 +1262,7 @@ class FetchLatestVersionTest(FetcherTest):
class FetchCheckStatusTest(FetcherTest):
- test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2",
- "http://www.cups.org/",
- "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz",
+ test_wget_uris = ["http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz",
"http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz",
"http://downloads.yoctoproject.org/releases/sato/sato-engine-0.3.tar.gz",
"https://yoctoproject.org/",