diff options
| -rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index 01ca807247..3eaaa83620 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
| @@ -2840,7 +2840,6 @@ class NPMTest(FetcherTest): | |||
| 2840 | json.dump(data, f) | 2840 | json.dump(data, f) |
| 2841 | return swfile | 2841 | return swfile |
| 2842 | 2842 | ||
| 2843 | @skipIfNoNpm() | ||
| 2844 | @skipIfNoNetwork() | 2843 | @skipIfNoNetwork() |
| 2845 | def test_npmsw(self): | 2844 | def test_npmsw(self): |
| 2846 | swfile = self.create_shrinkwrap_file({ | 2845 | swfile = self.create_shrinkwrap_file({ |
| @@ -2875,7 +2874,6 @@ class NPMTest(FetcherTest): | |||
| 2875 | self.assertTrue(os.path.exists(os.path.join(self.unpackdir, 'node_modules', 'array-flatten', 'node_modules', 'content-type', 'package.json'))) | 2874 | self.assertTrue(os.path.exists(os.path.join(self.unpackdir, 'node_modules', 'array-flatten', 'node_modules', 'content-type', 'package.json'))) |
| 2876 | self.assertTrue(os.path.exists(os.path.join(self.unpackdir, 'node_modules', 'array-flatten', 'node_modules', 'content-type', 'node_modules', 'cookie', 'package.json'))) | 2875 | self.assertTrue(os.path.exists(os.path.join(self.unpackdir, 'node_modules', 'array-flatten', 'node_modules', 'content-type', 'node_modules', 'cookie', 'package.json'))) |
| 2877 | 2876 | ||
| 2878 | @skipIfNoNpm() | ||
| 2879 | @skipIfNoNetwork() | 2877 | @skipIfNoNetwork() |
| 2880 | def test_npmsw_git(self): | 2878 | def test_npmsw_git(self): |
| 2881 | swfile = self.create_shrinkwrap_file({ | 2879 | swfile = self.create_shrinkwrap_file({ |
| @@ -2914,7 +2912,6 @@ class NPMTest(FetcherTest): | |||
| 2914 | fetcher.download() | 2912 | fetcher.download() |
| 2915 | self.assertTrue(os.path.exists(os.path.join(self.dldir, 'git2', 'gitlab.com.gitlab-examples.nodejs.git'))) | 2913 | self.assertTrue(os.path.exists(os.path.join(self.dldir, 'git2', 'gitlab.com.gitlab-examples.nodejs.git'))) |
| 2916 | 2914 | ||
| 2917 | @skipIfNoNpm() | ||
| 2918 | @skipIfNoNetwork() | 2915 | @skipIfNoNetwork() |
| 2919 | def test_npmsw_dev(self): | 2916 | def test_npmsw_dev(self): |
| 2920 | swfile = self.create_shrinkwrap_file({ | 2917 | swfile = self.create_shrinkwrap_file({ |
| @@ -2943,7 +2940,6 @@ class NPMTest(FetcherTest): | |||
| 2943 | self.assertTrue(os.path.exists(os.path.join(self.dldir, 'npm2', 'array-flatten-1.1.1.tgz'))) | 2940 | self.assertTrue(os.path.exists(os.path.join(self.dldir, 'npm2', 'array-flatten-1.1.1.tgz'))) |
| 2944 | self.assertTrue(os.path.exists(os.path.join(self.dldir, 'npm2', 'content-type-1.0.4.tgz'))) | 2941 | self.assertTrue(os.path.exists(os.path.join(self.dldir, 'npm2', 'content-type-1.0.4.tgz'))) |
| 2945 | 2942 | ||
| 2946 | @skipIfNoNpm() | ||
| 2947 | @skipIfNoNetwork() | 2943 | @skipIfNoNetwork() |
| 2948 | def test_npmsw_destsuffix(self): | 2944 | def test_npmsw_destsuffix(self): |
| 2949 | swfile = self.create_shrinkwrap_file({ | 2945 | swfile = self.create_shrinkwrap_file({ |
| @@ -2998,7 +2994,6 @@ class NPMTest(FetcherTest): | |||
| 2998 | fetcher.unpack(self.unpackdir) | 2994 | fetcher.unpack(self.unpackdir) |
| 2999 | self.assertTrue(os.path.exists(os.path.join(self.unpackdir, 'node_modules', 'array-flatten', 'package.json'))) | 2995 | self.assertTrue(os.path.exists(os.path.join(self.unpackdir, 'node_modules', 'array-flatten', 'package.json'))) |
| 3000 | 2996 | ||
| 3001 | @skipIfNoNpm() | ||
| 3002 | @skipIfNoNetwork() | 2997 | @skipIfNoNetwork() |
| 3003 | def test_npmsw_npm_reusability(self): | 2998 | def test_npmsw_npm_reusability(self): |
| 3004 | # Fetch once with npmsw | 2999 | # Fetch once with npmsw |
| @@ -3021,7 +3016,6 @@ class NPMTest(FetcherTest): | |||
| 3021 | fetcher.unpack(self.unpackdir) | 3016 | fetcher.unpack(self.unpackdir) |
| 3022 | self.assertTrue(os.path.exists(os.path.join(self.unpackdir, 'npm', 'package.json'))) | 3017 | self.assertTrue(os.path.exists(os.path.join(self.unpackdir, 'npm', 'package.json'))) |
| 3023 | 3018 | ||
| 3024 | @skipIfNoNpm() | ||
| 3025 | @skipIfNoNetwork() | 3019 | @skipIfNoNetwork() |
| 3026 | def test_npmsw_bad_checksum(self): | 3020 | def test_npmsw_bad_checksum(self): |
| 3027 | # Try to fetch with bad checksum | 3021 | # Try to fetch with bad checksum |
