Install older voluptuous on py27 due to import error
Voluptuous is a transitive test requirement and latest breaks on py27 due to enum not being importable. Address this by capping Voluptuous on python27. Change-Id: I4301557247a447d0c0271474fc21cf9c6a1c5c4a
This commit is contained in:
parent
72c04e4608
commit
3ced516ec1
@ -14,3 +14,4 @@ oslotest>=1.1.0.0a1
|
|||||||
testrepository>=0.0.18
|
testrepository>=0.0.18
|
||||||
testscenarios>=0.4
|
testscenarios>=0.4
|
||||||
testtools>=0.9.34
|
testtools>=0.9.34
|
||||||
|
voluptuous<0.13.0;python_version=='2.7'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user