tarantool / test-run

Tarantool functional testing framework
14 stars 14 forks source link

Pin PyYAML version to `5.3.1` #403

Closed ochaplashkin closed 12 months ago

ochaplashkin commented 12 months ago

For now PyYAML=5.4.1 cannot be installed in Python 3.10.12 environment due to recently released Cython 3.0.0 [1]. This causes builds to fail. Pinned the dependency version to 5.3.1 until the issue [2] is solved.

[1] https://github.com/cython/cython/releases/tag/3.0.0 [2] https://github.com/yaml/pyyaml/issues/724

coveralls commented 12 months ago

Coverage Status

coverage: 62.695% (-0.03%) from 62.729% when pulling 59d520a2b61a85d8aa8d8d9b0bf8723877d4ae1d on ochaplashkin:fix-pyyaml-version into d34ecb016dba2e742ca3b16aa4631c09f0509d44 on tarantool:master.