From 04e07dc487925959eeffd3afcea4e3c174a8f772 Mon Sep 17 00:00:00 2001 From: Diego Hurtado Date: Tue, 18 Jul 2023 19:10:09 +0200 Subject: [PATCH] Fix pyyaml version This is related to the recent release of Cython 3.0.0. See https://github.com/yaml/pyyaml/issues/724 Fixes #1891 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 18078536c..0c60cd64d 100644 --- a/tox.ini +++ b/tox.ini @@ -596,6 +596,7 @@ deps = flaky==3.7.0 remoulade>=0.50 mysqlclient~=2.1.1 + pyyaml==5.3.1 changedir = tests/opentelemetry-docker-tests/tests