Skip to content

Commit

Permalink
setup.py: add temporary upper limit for pylint
Browse files Browse the repository at this point in the history
* It crashes in the latest version.

Change-Id: I84b95f5a6bd18c2e1ba9dc660b5a492ede9662c1
  • Loading branch information
volans- committed Dec 1, 2022
1 parent d840683 commit cc418c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
],
'prospector': [
'prospector[with_everything]>=0.12.4',
'pylint<2.15.7', # Temporary upper limit for an upstream regression
'pytest>=6.1.0',
],
}
Expand Down

0 comments on commit cc418c8

Please sign in to comment.