<div dir="ltr">On 11 June 2018 at 05:40, Eric Engestrom <span dir="ltr"><<a href="mailto:eric.engestrom@intel.com" target="_blank">eric.engestrom@intel.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Saturday, 2018-06-09 15:45:36 -0400, Rhys Kidd wrote:<br>
> Python 3.3 reached end-of-life in September 2017 [0].<br>
> <br>
> Continuous integration testing has identified a number of dependencies are<br>
> now failing on python 3.3, such as:<br>
> <br>
>   Collecting wheel<br>
>   wheel requires Python '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*' but the running Python is 3.3.6<br>
>   ...<br>
>   OSError: Command /home/travis/build/E...<wbr>generator/bin/python - setuptools pip wheel failed with error code 1<br>
> <br>
> [0] <a href="https://www.python.org/dev/peps/pep-0398/#x-end-of-life" rel="noreferrer" target="_blank">https://www.python.org/dev/<wbr>peps/pep-0398/#x-end-of-life</a><br>
> <br>
> Signed-off-by: Rhys Kidd <<a href="mailto:rhyskidd@gmail.com">rhyskidd@gmail.com</a>><br>
<br>
</span>I just set up the travis build for the github mirror of piglit [1] an<br>
hour ago, and noticed this issue.<br>
<br>
Reviewed-by: Eric Engestrom <<a href="mailto:eric.engestrom@intel.com">eric.engestrom@intel.com</a>><br>
<br>
Have you also noticed the other issues [2] (asserts firing up)?<br></blockquote><div><br></div><div>Yes, have seen those. Those asserts() were the next thing I was going to</div><div>dig into.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Is there another canonical travis instance of piglit, and I should<br>
remove the one I just set up?<br></blockquote><div><br></div><div>That's as canonical as any other; I believe the Travis CI functionality</div><div>was added originally for individual developers to have the option of testing</div><div>their own patches. Having it run against the mesa3d GitHub read only</div><div>mirror is good though.</div><div><br></div><div>The question of porting this testing functionality over to GitLab's CI is a</div><div>separate, but worthwhile, discussion to have.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
[1] <a href="https://travis-ci.org/mesa3d/piglit" rel="noreferrer" target="_blank">https://travis-ci.org/mesa3d/<wbr>piglit</a><br>
[2] <a href="https://travis-ci.org/mesa3d/piglit/builds/390672919" rel="noreferrer" target="_blank">https://travis-ci.org/mesa3d/<wbr>piglit/builds/390672919</a><br>
<div><div class="h5"><br>
> ---<br>
>  .travis.yml | 2 --<br>
>  tox.ini     | 6 +++---<br>
>  2 files changed, 3 insertions(+), 5 deletions(-)<br>
> <br>
> diff --git a/.travis.yml b/.travis.yml<br>
> index b4cbcca49..b6e8136e8 100644<br>
> --- a/.travis.yml<br>
> +++ b/.travis.yml<br>
> @@ -15,8 +15,6 @@ matrix:<br>
>    include:<br>
>      - python: 2.7<br>
>        env: TOX_ENV="py27-{generator,<wbr>noaccel,accel-nix,streams}"<br>
> -    - python: 3.3<br>
> -      env: TOX_ENV="py33-{generator,<wbr>noaccel,accel-nix,streams}"<br>
>      - python: 3.4<br>
>        env: TOX_ENV="py34-{generator,<wbr>noaccel,accel-nix,streams}"<br>
>      - python: 3.5<br>
> diff --git a/tox.ini b/tox.ini<br>
> index 12e8abd9f..411972873 100644<br>
> --- a/tox.ini<br>
> +++ b/tox.ini<br>
> @@ -1,5 +1,5 @@<br>
>  [tox]<br>
> -envlist = py{27,33,34,35,36}-{generator,<wbr>noaccel}, py{27,33,34,35,36}-accel-{win,<wbr>nix}, py{27,33,34,35,36}-streams<br>
> +envlist = py{27,34,35,36}-{generator,<wbr>noaccel}, py{27,34,35,36}-accel-{win,<wbr>nix}, py{27,34,35,36}-streams<br>
>  skipsdist = True<br>
>  <br>
>  [pytest]<br>
> @@ -16,7 +16,7 @@ deps =<br>
>      accel: simplejson<br>
>      generator: numpy==1.7.0<br>
>      mock==1.0.1<br>
> -    py27-accel-nix,py{33,34,35,36}<wbr>-{accel,noaccel}: psutil<br>
> +    py27-accel-nix,py{34,35,36}-{<wbr>accel,noaccel}: psutil<br>
>      py27-accel-nix: backports.lzma<br>
>      py27-accel-nix: subprocess32<br>
>      py{35,36}: mako==1.0.2<br>
> @@ -26,7 +26,7 @@ deps =<br>
>      pytest-raises<br>
>      pytest-warnings<br>
>      pytest-timeout<br>
> -    py{27,33,34}: mako==0.8.0<br>
> +    py{27,34}: mako==0.8.0<br>
>      six==1.5.2<br>
>      {accel,noaccel,streams}: jsonschema<br>
>      streams: jsonstreams>=0.4.1<br>
> -- <br>
> 2.17.1<br>
> <br>
</div></div>> ______________________________<wbr>_________________<br>
> Piglit mailing list<br>
> <a href="mailto:Piglit@lists.freedesktop.org">Piglit@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/piglit" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/piglit</a><br>
</blockquote></div><br></div></div>