diff options
| author | persianpros <persianpros@yahoo.com> | 2021-04-13 23:18:05 +0430 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-04-17 06:47:18 -0700 |
| commit | 40fb89213b1a232afc920a25692d054768858b3d (patch) | |
| tree | 3531e9363101291f57a6cfd408b302884994d39c /meta-oe/lib | |
| parent | 07531e62854a210ed2a7bd1ce0925e22cae0e22b (diff) | |
| download | meta-openembedded-40fb89213b1a232afc920a25692d054768858b3d.tar.gz | |
PEP8 double aggressive E301 ~ E306
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit af6838a62c53dab71941b2cc31f0e32387cd30e0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/lib')
| -rw-r--r-- | meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py b/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py index b17c7950c7..c5a9a27946 100644 --- a/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py +++ b/meta-oe/lib/oeqa/selftest/cases/meta_oe_sources.py | |||
| @@ -6,6 +6,7 @@ import tempfile | |||
| 6 | from oeqa.selftest.case import OESelftestTestCase | 6 | from oeqa.selftest.case import OESelftestTestCase |
| 7 | from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars | 7 | from oeqa.utils.commands import runCmd, bitbake, get_bb_var, get_bb_vars |
| 8 | 8 | ||
| 9 | |||
| 9 | class MetaOESourceMirroring(OESelftestTestCase): | 10 | class MetaOESourceMirroring(OESelftestTestCase): |
| 10 | # Can we download everything from the OpenEmbedded Sources Mirror over http only | 11 | # Can we download everything from the OpenEmbedded Sources Mirror over http only |
| 11 | def test_oe_source_mirror(self): | 12 | def test_oe_source_mirror(self): |
