Skip to content

Commit

Permalink
setup.py: temporary upper limit to prospector
Browse files Browse the repository at this point in the history
* The latest release of prospector doesn't ship the with_* extras.
  See: landscapeio/prospector#545

Change-Id: I6092bf0d5cf2143d216d9bf6a06b166feaa14e1e
  • Loading branch information
volans- committed Dec 1, 2022
1 parent cc418c8 commit b1cebb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@
'pytest>=6.1.0',
],
'prospector': [
'prospector[with_everything]>=0.12.4',
'prospector[with_everything]>=0.12.4,<=1.7.7',
'pylint<2.15.7', # Temporary upper limit for an upstream regression
'pytest>=6.1.0',
],
Expand Down

0 comments on commit b1cebb1

Please sign in to comment.