aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2016-09-01 21:42:30 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2016-09-01 21:42:30 -0300
commit4d035167b3b441e86d58e4d865b8b2c2dd5407a7 (patch)
tree19cab5546456804bb425ad6974d5a9bce413d662 /tox.ini
parent336258f31655704751d1d0d0b9381d5b4e55b659 (diff)
downloadexternal_python_setuptools-4d035167b3b441e86d58e4d865b8b2c2dd5407a7.tar.gz
external_python_setuptools-4d035167b3b441e86d58e4d865b8b2c2dd5407a7.tar.bz2
external_python_setuptools-4d035167b3b441e86d58e4d865b8b2c2dd5407a7.zip
Use pytest>=3.0.2
The bug that lead to pin it (pytest-dev/pytest#1888) was fixed in 3.0.2
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 868ba317..806e6ed2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,6 +4,6 @@ envlist = py26,py27,py33,py34,py35,pypy,pypy3
[testenv]
deps=
pytest-flake8
- pytest>=2.8,<3
+ pytest>=3.0.2
passenv=APPDATA USERPROFILE HOMEDRIVE HOMEPATH windir
commands=python setup.py test --addopts='-rsx'