From b91aa3edc87eec1e13019593674e1c2ed3773813 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 12 Jan 2022 11:42:03 +0100 Subject: [PATCH] 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 d2a7fcfb6cf..72d6ad08377 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