summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-07-03 11:13:00 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-07-03 11:13:00 -0400
commitf8462db925cbfa2ca0721c84376c23026633a730 (patch)
treee1674f62fd19a23bcf115b51b787ba27fe9dba15
parent15024f12b5d4e90aee4f9a780efa263f47865d96 (diff)
downloadpytest-runner-f8462db925cbfa2ca0721c84376c23026633a730.tar.gz
Revert "Remove workaround for pyyaml 126."
This reverts commit 15024f12b5d4e90aee4f9a780efa263f47865d96.
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 41e20a3..c6c14f0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,8 @@ 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