Pin PyYAML version because 5.x does not work with Odoo

It would raise ConstructorError: could not determine a constructor for the tag '!record'
This commit is contained in:
Guewen Baconnier
2019-05-02 16:45:59 +02:00
parent 4e919d85cb
commit 3e20f1563f
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -13,7 +13,6 @@ addons:
- python-lxml # because pip installation is slow
- python-simplejson
- python-serial
- python-yaml
python:
- '2.7'
+2
View File
@@ -5,3 +5,5 @@ statsd==3.2.1
python-swiftclient==3.7.0
python-keystoneclient==3.19.0
keystoneauth1==3.14.0
# error with 5.x (ConstructorError: could not determine a constructor for the tag '!record')
PyYAML==4.2b4