Skip to content

Commit

Permalink
Update noxfile.py to fix master build failing [skip deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekokatt committed Apr 3, 2020
1 parent 91ce83c commit 48730b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ def lint(session) -> None:
# TODO: Change code under this comment to the commented code when we update to pylint 2.5
# session.run("pip", "install", f"pylint=={PYLINT_VERSION}" if PYLINT_VERSION else "pylint")
# frozen version of pylint 2.5 pre-release to make sure that nothing will break
session.install("git+https://github.com/davfsa/pylint")
# session.install("git+https://github.com/davfsa/pylint")
session.install("pylint")
pkg = MAIN_PACKAGE.split(".")[0]

try:
Expand Down

0 comments on commit 48730b9

Please sign in to comment.