The message should state why we do this.

The reason is that python3.3 is not supported any more by the installed
 3.3.1 version of pytest, since we don't force a maximum version any
more after 2b0a9cc7a.

On Fri, 2017-12-15 at 11:57 +0100, Juan A. Suarez Romero wrote:
> Let's remove python3.3 support.
> ---
>  .travis.yml | 2 --
>  tox.ini     | 4 ++--
>  2 files changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/.travis.yml b/.travis.yml
> index 1d6c954f5..5e6011f6d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -4,8 +4,6 @@ matrix:
>    include:
>      - python: 2.7
>        env: TOX_ENV="py27-{noaccel,accel-nix,streams}"
> -    - python: 3.3
> -      env: TOX_ENV="py33-{noaccel,accel-nix,streams}"
>      - python: 3.4
>        env: TOX_ENV="py34-{noaccel,accel-nix,streams}"
>      - python: 3.5
> diff --git a/tox.ini b/tox.ini
> index 2bd99f544..562095a12 100644
> --- a/tox.ini
> +++ b/tox.ini
> @@ -1,5 +1,5 @@
>  [tox]
> -envlist = py{27,33,34,35,36}-{generator,noaccel}, 
> py{27,33,34,35,36}-accel-{win,nix}, py{27,33,34,35,36}-streams
> +envlist = py{27,34,35,36}-{generator,noaccel}, 
> py{27,34,35,36}-accel-{win,nix}, py{27,34,35,36}-streams
>  skipsdist = True
>  
>  [pytest]
> @@ -16,7 +16,7 @@ deps =
>      accel: simplejson
>      generator: numpy==1.7.0
>      mock==1.0.1
> -    py27-accel-nix,py{33,34,35,36}-{accel,noaccel}: psutil
> +    py27-accel-nix,py{34,35,36}-{accel,noaccel}: psutil
>      py27-accel-nix: backports.lzma
>      py27-accel-nix: subprocess32
>      py{35,36}: mako==1.0.2
-- 
Br,

Andres
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to