fix flake8 errors

This commit is contained in:
Grzegorz Bokota
2020-06-22 13:55:04 +02:00
parent 6501470357
commit 75a0384d02
2 changed files with 1 additions and 6 deletions
-1
View File
@@ -16,7 +16,6 @@ def test():
'CIBW_BEFORE_ALL': '''python -c "open('{project}/text_info.txt', 'w').write('sample text')"''',
})
# also check that we got the right wheels
os.remove(os.path.join(project_dir, "text_info.txt"))
expected_wheels = utils.expected_wheels('spam', '0.1.0')