Fix flake8

This commit is contained in:
Yannick Jadoul
2020-04-09 14:37:12 +02:00
parent eff997d12e
commit 25f2e8cb46
4 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ def test_test_extras(test_extras, platform_specific, platform, intercepted_build
main()
assert intercepted_build_args.args[0],test_extras == ('[' + test_extras + ']' if test_extras else '')
assert intercepted_build_args.args[0].test_extras == ('[' + test_extras + ']' if test_extras else '')
@pytest.mark.parametrize('test_command', [None, 'test --command'])