]> git.baikalelectronics.ru Git - uboot.git/commit
travis: Ensure we use pytest 2.8.7
authorTom Rini <trini@konsulko.com>
Thu, 15 Nov 2018 12:25:00 +0000 (07:25 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 15 Nov 2018 12:25:00 +0000 (07:25 -0500)
commit6fbb62ff220c5cbc2dbe1ed2d2584d42bd5ef507
tree446838afad8fa40690b63298e4b92c35dd2a5d27
parent37099d045fe1c45994b008efd2b7f0effbf558c1
travis: Ensure we use pytest 2.8.7

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: Tom Rini <trini@konsulko.com>
.travis.yml