Skip to content

Commit

Permalink
requirements-dev: pin PyYAML fo Python 2.6 (#606)
Browse files Browse the repository at this point in the history
pyyaml 5.1 deprecated Python 2.6 support: https://pyyaml.org/wiki/PyYAML
  • Loading branch information
ikonst authored Mar 31, 2019
1 parent 4462874 commit 79fd479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ tox==2.1.1
blinker==1.4
flake8==2.4.1
requests==2.7.0
pyyaml<5 # for Python 2.6 support -- remove once we cease Python 2.6 support
# Pinned because latest version requires Python 2.7+ (https://github.com/sphinx-doc/sphinx/issues/2919).
sphinx==1.5.6
sphinx-rtd-theme==0.1.8
Expand Down

0 comments on commit 79fd479

Please sign in to comment.