Skip to content
Snippets Groups Projects
  • Tom Rini's avatar
    f6206f85
    travis: Ensure we use pytest 2.8.7 · f6206f85
    Tom Rini authored
    
    The latest version of pytest (4.0.0) makes some of the code we have in
    test/py/conftest.py a fatal error that needs to be migrated.
    Unfortunately this in turn requires changes that don't exist in older
    versions of pytest such as 2.8.7 that ships with Ubuntu 16.04.  Force
    travis to use this older version of pytest.
    
    Signed-off-by: default avatarTom Rini <trini@konsulko.com>
    f6206f85
    History
    travis: Ensure we use pytest 2.8.7
    Tom Rini authored
    
    The latest version of pytest (4.0.0) makes some of the code we have in
    test/py/conftest.py a fatal error that needs to be migrated.
    Unfortunately this in turn requires changes that don't exist in older
    versions of pytest such as 2.8.7 that ships with Ubuntu 16.04.  Force
    travis to use this older version of pytest.
    
    Signed-off-by: default avatarTom Rini <trini@konsulko.com>