Migrate to Pytest by vmuriart · Pull Request #368 · pythonnet/pythonnet

pytest on travis initially required `sudo=required` otherwise failed.
Without the sudo flag pytest wasn't being upgraded. Needed to force
upgrade.

pytest-dev/pytest#2240
Needs local imports to work.
Conversion done with unittests2pytests and a couple regex
Control settings for some add-ons like pytest

@vmuriart

vmuriart added a commit that referenced this pull request

Feb 14, 2017

@vmuriart