From 5c37937ad97a1e2aa876db615577bcb8ecce4a65 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 12 Jan 2022 11:42:03 +0100 Subject: Don't install PyYAML from git for bleeding CI Workaround for https://github.com/yaml/pyyaml/issues/601 --- misc/requirements/requirements-tests-bleeding.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/requirements/requirements-tests-bleeding.txt b/misc/requirements/requirements-tests-bleeding.txt index d2a7fcfb6..72d6ad083 100644 --- a/misc/requirements/requirements-tests-bleeding.txt +++ b/misc/requirements/requirements-tests-bleeding.txt @@ -34,6 +34,7 @@ adblock ## qutebrowser dependencies git+https://github.com/pallets/jinja.git -git+https://github.com/yaml/pyyaml.git +# Problematic: https://github.com/yaml/pyyaml/issues/601 +PyYAML git+https://github.com/tartley/colorama.git git+https://github.com/pyparsing/pyparsing.git -- cgit v1.2.3-54-g00ecf