Skip to content

Fix #95: Resolve E741 errors#96

Merged
goodboy merged 1 commit into
pytest-dev:masterfrom
stephenfin:fix-e741
Nov 4, 2017
Merged

Fix #95: Resolve E741 errors#96
goodboy merged 1 commit into
pytest-dev:masterfrom
stephenfin:fix-e741

Conversation

@stephenfin

Copy link
Copy Markdown
Contributor

Fix #95: Resolve E741 errors

The E741 (Ambiguous variable name) error has been enabled in flake8 3.5.0, which imports pycodestyle 2.1.0 [1]. Resolve the warnings.

[1] PyCQA/pycodestyle#598

The E741 (Ambiguous variable name) error has been enabled in flake8
3.5.0, which imports pycodestyle 2.1.0 [1]. Resolve the warnings.

[1] PyCQA/pycodestyle#598

Signed-off-by: Stephen Finucane <stephen@that.guru>
@goodboy goodboy assigned goodboy and unassigned goodboy Oct 29, 2017
@goodboy goodboy requested review from goodboy and nicoddemus October 29, 2017 22:47
@goodboy

goodboy commented Oct 29, 2017

Copy link
Copy Markdown
Contributor

@nicoddemus @RonnyPfannschmidt looks like py3.4's been acting up in CI.
Maybe we can drop it in this PR?

@RonnyPfannschmidt

Copy link
Copy Markdown
Member

@tgoodlet nope, i recall this is a setuptools/pip interaction issue and i beleive 3.4 isn't eol yet

@nicoddemus

Copy link
Copy Markdown
Member

I ran the build again and now it passes.

@nicoddemus nicoddemus left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @stephenfin for the PR.

@goodboy goodboy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @stephenfin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants