summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-27 21:34:07 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-27 21:34:07 -0400
commit15024f12b5d4e90aee4f9a780efa263f47865d96 (patch)
treeb9b05cc767167b8008c58b41fa4eeaad51cd8168
parent440adac3c3f91519a1ff47114774dbd1d5baf676 (diff)
downloadpytest-runner-15024f12b5d4e90aee4f9a780efa263f47865d96.tar.gz
Remove workaround for pyyaml 126.
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c6c14f0..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
- # git+https://github.com/yaml/pyyaml@master#egg=pyyaml;python_version=="3.7"
commands =
pytest {posargs}
python setup.py checkdocs