From ee58f47c21cdc0713d0e52d17ed205601f2caec2 Mon Sep 17 00:00:00 2001 From: Leonid Vasiliev Date: Thu, 20 Jul 2023 11:52:03 +0300 Subject: [PATCH] test: fix installation PyYaml We encountered a known problem with PyYaml installation (https://github.com/yaml/pyyaml/issues/724), so we will upgrade to a newer version to solve the problem (one of the suggested workarounds). --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index e8d549a1..a26f5e9e 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -7,6 +7,6 @@ flake8==3.8.1 flake8-unused-arguments==0.0.6 flake8-isort==4.0.0 psutil==5.7.0 -pyyaml==5.4 +pyyaml==6.0 tenacity==6.1.0 GitPython==3.1.30