From 2ae420e8e9d2eea4c8dfdace1fb998f3355ae6bd Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 10 Apr 2018 18:30:07 +0100 Subject: [PATCH] Style checker line length --- tests/functional/test_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py index f63d4d8ab..dc875d67b 100644 --- a/tests/functional/test_install.py +++ b/tests/functional/test_install.py @@ -604,7 +604,7 @@ def test_install_package_with_target(script): assert singlemodule_py in result.files_updated, str(result) -def test_install_package_with_target_and_scripts_no_warning(script, common_wheels): +def test_install_with_target_and_scripts_no_warning(script, common_wheels): """ Test that installing with --target does not trigger the "script not in PATH" warning (issue #5201)