pescadores/pescador

Modernize tests

bmcfee opened this issue · 3 comments

Pytest keeps deprecating things, and we have a lot of warnings. We should clean that up.

FTR we pass fine on pytest 4, but migrating to 5 looks like a fair bit of work. The main sticking point is that they changed how conditional failures are defined / marked at the parameter level.

Punting this up to version 3 because pytest5 does not support python 2.7 or 3.4.

Fixed by #164