Skip to content

Commit

Permalink
update test-requirements to pin pylint. (#2288)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinclark19a authored and larohra committed Jul 9, 2021
1 parent b6a0624 commit 151f20e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ mock==4.0.2; python_version >= '3.6'
distro; python_version >= '3.8'
nose
nose-timer; python_version >= '2.7'
pylint; python_version > '2.6'
pylint; python_version > '2.6' and python_version < '3.6'
pylint==2.8.3; python_version >= '3.6'

0 comments on commit 151f20e

Please sign in to comment.