You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by ZuluPro <gi...@git.apache.org> on 2017/12/06 22:29:47 UTC

[GitHub] libcloud pull request #1150: Fixed Pytest on Python 2.6 & 3.3

GitHub user ZuluPro opened a pull request:

    https://github.com/apache/libcloud/pull/1150

    Fixed Pytest on Python 2.6 & 3.3

    ## Fixed Pytest on Python 2.6 & 3.3
    
    ### Description
    
    CI was failing with  Python 2.6 & 3.3 because new version of Pytest doesn't support.
    I make Python 2.6 & 3.3 use the last compatible Pytest version.
    
    https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23
    
    ### Status
    
    Done
    
    ### Checklist (tick everything that applies)
    
    - [x] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks)
    - [x] Documentation
    - [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
    - [x] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ZuluPro/libcloud tox_26_33

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/1150.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1150
    
----
commit 37e26a846d0527d1e2d3a142ea7b87cfde38a1e8
Author: Anthony Monthe <an...@gmail.com>
Date:   2017-12-06T18:20:50Z

    Fixed Pytest on Python 2.6 & 3.3

----


---

[GitHub] libcloud pull request #1150: Fixed Pytest on Python 2.6 & 3.3

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/libcloud/pull/1150


---