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

Brian Paul brianp at vmware.com
Fri Dec 15 16:05:08 UTC 2017


On 12/15/2017 03:57 AM, 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
>       {accel,noaccel,streams}: jsonschema
>       streams: jsonstreams>=0.4.1
>   commands =
>

The change looks fine, but the commit message should say why the change 
is being made.

-Brian



More information about the Piglit mailing list