civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

update pytest to 5.x #390

Closed mheilman closed 4 years ago

mheilman commented 4 years ago

this also fixes some tests using the old message kwarg incorrectly.

see https://docs.pytest.org/en/5.0.0/deprecations.html#message-parameter-of-pytest-raises

mheilman commented 4 years ago

i don't think it needs a changelog entry since it's dev stuff only