summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-07-03 11:15:33 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-07-03 11:15:33 -0400
commited475c925d31ec146979f12b0ebf1e1021335e31 (patch)
tree7f3652da94d363c4a5337ed1e7d55df9bb760002
parentf8462db925cbfa2ca0721c84376c23026633a730 (diff)
downloadpytest-runner-ed475c925d31ec146979f12b0ebf1e1021335e31.tar.gz
We're getting close, but Python 3.7 still requires a workaround
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c6c14f0..5925d3e 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;python_version=="3.7"
+ # pyyaml>=4.2b2;python_version=="3.7"
commands =
pytest {posargs}
python setup.py checkdocs