Skip to content

Commit

Permalink
Ignore because flake8 can't detect the use inside skipif()
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jul 25, 2019
1 parent e7babff commit b4ac45c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b4ac45c

Please sign in to comment.