From b4ac45cdd3db50f3cb1271853a40deb1a53d0703 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 25 Jul 2019 18:48:07 +0300 Subject: [PATCH] Ignore because flake8 can't detect the use inside skipif() --- tests/functional/test_install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/test_install.py b/tests/functional/test_install.py index 374c2403af7..a8d3cf9628e 100644 --- a/tests/functional/test_install.py +++ b/tests/functional/test_install.py @@ -5,6 +5,7 @@ import textwrap from os.path import curdir, join, pardir +# Ignore because flake8 can't detect the use inside skipif(). import pip._vendor.six # noqa: F401 import pytest