From f31447b82bf3fc85b0f40e63e0d4e3b961d9c822 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 26 Sep 2016 09:07:10 -0300 Subject: [PATCH] Use hypothesis >= 3.5.2 Related to #1962 --- tox.ini | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tox.ini b/tox.ini index e165b7a60..ca55e7813 100644 --- a/tox.ini +++ b/tox.ini @@ -10,9 +10,8 @@ envlist= [testenv] commands= pytest --lsof -rfsxX {posargs:testing} passenv = USER USERNAME -deps= - # pin to 3.5.0 until 3.5.2 is released - hypothesis==3.5.0 +deps= + hypothesis>=3.5.2 nose mock requests @@ -48,8 +47,7 @@ commands = flake8 pytest.py _pytest testing deps=pytest-xdist>=1.13 mock nose - # pin to 3.5.0 until 3.5.2 is released - hypothesis==3.5.0 + hypothesis>=3.5.2 commands= pytest -n1 -rfsxX {posargs:testing} @@ -75,8 +73,7 @@ commands= [testenv:py27-nobyte] deps= pytest-xdist>=1.13 - # pin to 3.5.0 until 3.5.2 is released - hypothesis==3.5.0 + hypothesis>=3.5.2 distribute=true setenv= PYTHONDONTWRITEBYTECODE=1