[Piglit] [PATCH] tox: use pytest >= 3.0.3

Dylan Baker dylan at pnwbakers.com
Fri Oct 20 23:07:08 UTC 2017


It's unfortunate that tox doesn't support multiple conditionals, but at this
point 3.0.3 is probably old enough that it's okay to rely on it.

Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

Quoting Juan A. Suarez Romero (2017-10-19 02:08:59)
> This is an improvement over 286dbf3e3fb5, which banned 3.0.2 due an
> issue that break piglit unittests.
> 
> This also fixes a break in in Travis CI.
> 
> Signed-off-by: Juan A. Suarez Romero <jasuarez at igalia.com>
> ---
>  tox.ini | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tox.ini b/tox.ini
> index 01cf445b9..c1b7a0104 100644
> --- a/tox.ini
> +++ b/tox.ini
> @@ -20,7 +20,7 @@ deps =
>      py27-accel-nix: backports.lzma
>      py27-accel-nix: subprocess32
>      py{35,36}: mako==1.0.2
> -    pytest<3.0.2
> +    pytest>=3.0.3
>      pytest-mock
>      pytest-pythonpath
>      pytest-raises
> -- 
> 2.13.6
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20171020/1fb24b80/attachment.sig>


More information about the Piglit mailing list