summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-01-12 11:42:03 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-01-12 11:42:03 +0100
commit5c37937ad97a1e2aa876db615577bcb8ecce4a65 (patch)
tree74aa24fc4a838b3c237f317d4fe13b4214cb3215
parent10267f70e3dbf5bf3d80b52bdc6702597d160cdf (diff)
downloadqutebrowser-5c37937ad97a1e2aa876db615577bcb8ecce4a65.tar.gz
qutebrowser-5c37937ad97a1e2aa876db615577bcb8ecce4a65.zip
Don't install PyYAML from git for bleeding CI
Workaround for https://github.com/yaml/pyyaml/issues/601
-rw-r--r--misc/requirements/requirements-tests-bleeding.txt3
1 files changed, 2 insertions, 1 deletions
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