[Piglit] [PATCH 1/2] tox: use six >= 1.10.0

Andres Gomez agomez at igalia.com
Mon Dec 18 09:28:09 UTC 2017


On Fri, 2017-12-15 at 11:57 +0100, Juan A. Suarez Romero wrote:
> ---
>  tox.ini | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tox.ini b/tox.ini
> index c1b7a0104..2bd99f544 100644
> --- a/tox.ini
> +++ b/tox.ini
> @@ -27,7 +27,7 @@ deps =
>      pytest-warnings
>      pytest-timeout
>      py{27,33,34}: mako==0.8.0
> -    six==1.5.2
> +    six>=1.10.0

It feels safer to me just to remove the explicit version dependency.
pytest is already demanding a specific minimum version so, if it is
available, it should be already installed in the first place, isn't it?

-- 
Br,

Andres


More information about the Piglit mailing list