diff options
| author | persianpros <persianpros@yahoo.com> | 2021-04-13 23:18:05 +0430 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-04-15 09:28:44 -0700 |
| commit | af6838a62c53dab71941b2cc31f0e32387cd30e0 (patch) | |
| tree | dcc38ac0eaa19ad4672b87be02002a3e7cebf8b4 /meta-oe/lib | |
| parent | 144c107c42be19cedd58e5971b827c7ca91b7b53 (diff) | |
| download | meta-openembedded-af6838a62c53dab71941b2cc31f0e32387cd30e0.tar.gz | |
PEP8 double aggressive E301 ~ E306
Signed-off-by: Khem Raj <raj.khem@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): |
