diff options
Diffstat (limited to 'bitbake/lib/layerindexlib/tests/restapi.py')
| -rw-r--r-- | bitbake/lib/layerindexlib/tests/restapi.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/layerindexlib/tests/restapi.py b/bitbake/lib/layerindexlib/tests/restapi.py index 6d8dc0058e..e5ccafe5c9 100644 --- a/bitbake/lib/layerindexlib/tests/restapi.py +++ b/bitbake/lib/layerindexlib/tests/restapi.py | |||
| @@ -4,14 +4,11 @@ | |||
| 4 | # | 4 | # |
| 5 | 5 | ||
| 6 | import unittest | 6 | import unittest |
| 7 | import tempfile | ||
| 8 | import os | 7 | import os |
| 9 | import bb | ||
| 10 | 8 | ||
| 11 | import layerindexlib | 9 | import layerindexlib |
| 12 | from layerindexlib.tests.common import LayersTest | 10 | from layerindexlib.tests.common import LayersTest |
| 13 | 11 | ||
| 14 | import logging | ||
| 15 | 12 | ||
| 16 | def skipIfNoNetwork(): | 13 | def skipIfNoNetwork(): |
| 17 | if os.environ.get("BB_SKIP_NETTESTS") == "yes": | 14 | if os.environ.get("BB_SKIP_NETTESTS") == "yes": |
