From 7665fd09d7b573a7ba420206b8ddc8787b4fc96f Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 27 Jun 2018 16:30:29 +0300 Subject: [PATCH] Revert "Add workaround for build failures on Python 3.7 (https://github.com/yaml/pyyaml/issues/126)" This reverts commit f2ec5bc57ef06c0f8db9a92f2ebb628460e358aa. --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index fb2ccdd..97ae573 100644 --- a/tox.ini +++ b/tox.ini @@ -9,9 +9,7 @@ setenv = PYLAST_API_KEY={env:PYLAST_API_KEY:} PYLAST_API_SECRET={env:PYLAST_API_SECRET:} deps = - # Workaround for yaml/pyyaml#126 - py27,py36,py35,py34,pypy,pypy3,py36dev: pyyaml - py37dev: git+https://github.com/yaml/pyyaml@master#egg=pyyaml + pyyaml pytest mock ipdb