blaze / odo

Data Migration for the Blaze Project
http://odo.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.01k stars 138 forks source link

TST: Upgrade pytest to latest. #590

Closed ehebert closed 7 years ago

ehebert commented 7 years ago

Rerunning the tests with the upgraded pytest produces the same number of passing and xfailed tests.

With pytest 3.2.3, 5 warnings are now shown. pytest 3.1.0 changed behavior so that warnings are captured and displayed. https://docs.pytest.org/en/latest/changelog.html#id81

The impetus for upgrading is that in another patch, using pytest.param to mark a specific parameter as an xfail would have been useful; pytest.param was added in 3.1.0