Skip to content

Commit 79fd479

Browse files
authored
requirements-dev: pin PyYAML fo Python 2.6 (pynamodb#606)
pyyaml 5.1 deprecated Python 2.6 support: https://pyyaml.org/wiki/PyYAML
1 parent 4462874 commit 79fd479

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ tox==2.1.1
1818
blinker==1.4
1919
flake8==2.4.1
2020
requests==2.7.0
21+
pyyaml<5 # for Python 2.6 support -- remove once we cease Python 2.6 support
2122
# Pinned because latest version requires Python 2.7+ (https://github.com/sphinx-doc/sphinx/issues/2919).
2223
sphinx==1.5.6
2324
sphinx-rtd-theme==0.1.8

0 commit comments

Comments
 (0)