Skip to content

Commit

Permalink
tests: temporarily limit max version of prospector
Browse files Browse the repository at this point in the history
* Due to landscapeio/prospector#335 the latest
  version of prospector fails to run pylint. Forcing the max version of
  it to the last one that runs without errors temporarily.

Change-Id: I7b924e32a7c3110943ceb52f8bddf0d1dace2ce9
  • Loading branch information
volans- committed Jun 17, 2019
1 parent fb01a7b commit 1a85615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
'tests': [
'bandit>=1.1.0',
'flake8>=3.2.1',
'prospector[with_everything]>=0.12.4',
'prospector[with_everything]>=0.12.4,<=1.1.6.2',
],
}

Expand Down

0 comments on commit 1a85615

Please sign in to comment.