From f5e8a54f095f28870d4c483ca56cc1abc01a2229 Mon Sep 17 00:00:00 2001 From: Benjamin Schubert Date: Fri, 20 Mar 2020 16:19:52 +0000 Subject: Update all packages requirements Also fix linting errors coming with new version of pylint --- tests/integration/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/integration/shell.py') diff --git a/tests/integration/shell.py b/tests/integration/shell.py index 11aba87da..42e486bac 100644 --- a/tests/integration/shell.py +++ b/tests/integration/shell.py @@ -331,7 +331,7 @@ def test_integration_external_workspace(cli, tmpdir_factory, datafiles, build_sh if guess_element: # Mutate the project.conf to use a default shell command project_file = os.path.join(project, "project.conf") - config_text = "shell:\n" " command: ['true']\n" + config_text = "shell:\n command: ['true']\n" with open(project_file, "a") as f: f.write(config_text) -- cgit v1.2.1