Fix flake8 errors

This commit is contained in:
Joe Rickerby
2020-05-02 22:50:52 +01:00
parent 007be7aea7
commit 9bb075aa0b
11 changed files with 38 additions and 27 deletions
+6 -2
View File
@@ -1,8 +1,11 @@
import os, pytest, textwrap
import platform
import textwrap
import pytest
from . import utils
from .template_projects import CTemplateProject
dockcross_only_project = CTemplateProject(
setup_py_add=textwrap.dedent(r'''
import os, sys
@@ -16,6 +19,7 @@ dockcross_only_project = CTemplateProject(
''')
)
def test(tmpdir):
if utils.platform != 'linux':
pytest.skip('the test is only relevant to the linux build')