fix lint errors

This commit is contained in:
Tom Freudenheim 2018-05-16 22:03:33 -04:00
parent 724989baa7
commit cfa65e68a4
1 changed files with 6 additions and 6 deletions

View File

@ -78,12 +78,12 @@ def test_pip_version_check(monkeypatch, stored_time, installed_ver, new_ver,
)
with freezegun.freeze_time(
"1970-01-09 10:00:00",
ignore=[
"six.moves",
"pip._vendor.six.moves",
"pip._vendor.requests.packages.urllib3.packages.six.moves",
]):
"1970-01-09 10:00:00",
ignore=[
"six.moves",
"pip._vendor.six.moves",
"pip._vendor.requests.packages.urllib3.packages.six.moves",
]):
latest_pypi_version = outdated.pip_version_check(None, _options())
# See we return None if not installed_version