Closed pylint-bot closed 8 years ago
Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore?):
return AstroidBuilder() value in py2pytest.py
This closes issue #55. function pytest_transform() fails to return any value, causing NoneType exception in register_module_extender().
Original comment by Buck Evan (BitBucket: bukzor, GitHub: @bukzor?):
Please comment when this hits pypi. Thanks for the quick patch!
Original comment by Torsten Marek (BitBucket: tmarek, GitHub: @tmarek?):
1.3.1 has been released, which contains the fix for this.
Original comment by Torsten Marek (BitBucket: tmarek, GitHub: @tmarek?):
Issue #57 was marked as a duplicate of this issue.
Originally reported by: Buck Evan (BitBucket: bukzor, GitHub: @bukzor?)
Workaround is
pip install'<'1.3.0
.