Skip to content

Commit

Permalink
Skip broken pylint version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 309085154
  • Loading branch information
adarob authored and Magenta Team committed Apr 29, 2020
1 parent ce3e995 commit 3b31ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'avro-python3!=1.9.2',
'apache_beam',
],
'test': ['pytest', 'pylint'],
'test': ['pytest', 'pylint!=2.5.0'],
},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 3b31ad6

Please sign in to comment.