summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-08-28 08:54:42 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-08-28 08:54:42 -0400
commit8cd0459a9012ad5070c5b2364d9835653e6d58b7 (patch)
treef35d1929401cd872da96badf503cd4559b025628
parentbf8c57034ab857eb5b642fbc137a811276e8067a (diff)
downloadpytest-runner-8cd0459a9012ad5070c5b2364d9835653e6d58b7.tar.gz
Release of pyyaml 3.13 seems to have fixed install issues on Python 3.7.
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5925d3e..41e20a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,8 +5,6 @@ minversion = 2.4
[testenv]
deps =
setuptools>=31.0.1
- # workaround for yaml/pyyaml#126
- # pyyaml>=4.2b2;python_version=="3.7"
commands =
pytest {posargs}
python setup.py checkdocs