From aa448d9bb7731799471883db22c809f4553756c6 Mon Sep 17 00:00:00 2001 From: Shawn Hartsock Date: Mon, 25 Aug 2014 13:44:58 -0400 Subject: [PATCH] Update test-requirements.txt - PyYAML Down grade the PyYAML version for Fedora 20 support. Fedora ships with PyYAML == 3.10 see [PyYAML History](http://pyyaml.org/wiki/PyYAML) for version details. --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index f1779d3..c55140b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ contextdecorator -PyYAML>=3.11 +PyYAML>=3.10 testtools>=0.9.34 vcrpy