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
+3 -2
View File
@@ -1,8 +1,8 @@
import os, textwrap
import textwrap
from . import utils
from .template_projects import CTemplateProject
project_with_ssl_tests = CTemplateProject(
setup_py_add=textwrap.dedent(r'''
import ssl
@@ -21,6 +21,7 @@ project_with_ssl_tests = CTemplateProject(
''')
)
def test(tmpdir):
# this test checks that SSL is working in the build environment using
# some checks in setup.py.