Lemmons / pytest-raises

An implementation of pytest.raises as a pytest.mark fixture
MIT License
19 stars 8 forks source link

Use static pytest and pylint versions #7

Closed Lemmons closed 6 years ago

Lemmons commented 6 years ago

This will ensure pylint and tests don't break because of unknown version updates.

Also fix what was causing the pylint error which brought this up in the first place.