Skip to content

Commit cb9e6ff

Browse files
committed
Specify exact "Yapf" version.
References google/yapf#694.
1 parent f7a4384 commit cb9e6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
TESTS_REQUIREMENTS = ['coverage>=3.7.1', 'flake8>=2.1.0', 'nose>=1.3.4']
4444

4545
DEVELOPMENT_REQUIREMENTS = DOCS_REQUIREMENTS + TESTS_REQUIREMENTS + [
46-
'invoke', 'restructuredtext_lint', 'twine', 'yapf'
46+
'invoke', 'restructuredtext_lint', 'twine', 'yapf=0.23.0'
4747
]
4848
if sys.version_info[:2] >= (3, 2):
4949
DEVELOPMENT_REQUIREMENTS += [

0 commit comments

Comments
 (0)