Skip to content

Commit

Permalink
Downgrade and filter PyYAML 4.1
Browse files Browse the repository at this point in the history
This reverts commit 96defc5.

With PyYAML 4.1 we don't have C extensions on Travis CI:
yaml/pyyaml#179
yaml/pyyaml#182

Unfortunately, cython isn't in the APT whitelist either:
travis-ci/apt-source-safelist#37
  • Loading branch information
The-Compiler committed Jun 28, 2018
1 parent a7af519 commit dbd4ce4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion misc/requirements/requirements-qutebrowser.txt-raw
@@ -1,7 +1,9 @@
Jinja2
Pygments
pyPEG2
PyYAML
PyYAML!=4.1
colorama
cssutils
attrs

#@ filter: PyYAML != 4.1
6 changes: 5 additions & 1 deletion misc/requirements/requirements-tests-git.txt
Expand Up @@ -35,4 +35,8 @@ git+https://github.com/pallets/markupsafe.git
hg+http://bitbucket.org/birkenfeld/pygments-main
hg+https://bitbucket.org/fdik/pypeg
git+https://github.com/python-attrs/attrs.git
git+https://github.com/yaml/pyyaml.git

# Fails to build:
# gcc: error: ext/_yaml.c: No such file or directory
# hg+https://bitbucket.org/xi/pyyaml
PyYAML==3.12
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -7,4 +7,4 @@ Jinja2==2.10
MarkupSafe==1.0
Pygments==2.2.0
pyPEG2==2.15.2
PyYAML==4.1
PyYAML==3.12 # rq.filter: != 4.1

0 comments on commit dbd4ce4

Please sign in to comment.