summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-03-07 17:28:14 -0500
committerJason R. Coombs <jaraco@jaraco.com>2018-03-07 17:28:14 -0500
commitcd31f81d564c1cd93c7cbf0b1b19c034e310ad52 (patch)
treee09ff88a35a6c067547e5cfe3f6ca4a0d40584d3
parentd5d22342cfd4bd0ebebefa98765ae1dfc5770bb2 (diff)
downloadpytest-runner-cd31f81d564c1cd93c7cbf0b1b19c034e310ad52.tar.gz
Limit workaround to affected Python
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 47eae51..c2bac45 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ minversion = 2.4
deps =
setuptools>=31.0.1
# workaround for yaml/pyyaml#126
- # git+https://github.com/yaml/pyyaml@master#egg=pyyaml
+ # git+https://github.com/yaml/pyyaml@master#egg=pyyaml;python_version=="3.7"
commands =
py.test {posargs}
python setup.py checkdocs