Skip to content

Commit

Permalink
Fix microsoft#12705: Tests broken due to Prospector / Python 2.7 inco…
Browse files Browse the repository at this point in the history
…mpatibility (microsoft#12707)

Pin prospector to 1.2.0 in test-requirements.txt.
  • Loading branch information
int19h committed Jul 1, 2020
1 parent ea40263 commit 306885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/test-requirements.txt
Expand Up @@ -7,7 +7,7 @@ black ; python_version>='3.6'
yapf
pylint
pycodestyle
prospector
prospector==1.2.0 # Last version of prospector with Python 2.7 support
pydocstyle
nose
pytest==4.6.9 # Last version of pytest with Python 2.7 support
Expand Down

0 comments on commit 306885e

Please sign in to comment.