From efc4eb906954ff6eb40cd675060fc9ed3f632401 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 3 Jul 2018 10:30:30 +0200 Subject: [PATCH] Use PyYAML from git for requirements-tests-git --- misc/requirements/requirements-tests-git.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/misc/requirements/requirements-tests-git.txt b/misc/requirements/requirements-tests-git.txt index 6681dd15e..ce00cd31c 100644 --- a/misc/requirements/requirements-tests-git.txt +++ b/misc/requirements/requirements-tests-git.txt @@ -35,8 +35,4 @@ 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 - -# Fails to build: -# gcc: error: ext/_yaml.c: No such file or directory -# hg+https://bitbucket.org/xi/pyyaml -PyYAML==3.12 +git+https://github.com/yaml/pyyaml.git