This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author butla
Recipients berker.peksag, butla, docs@python, michael.foord
Date 2016-12-01.13:31:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480599113.14.0.864216214642.issue28733@psf.upfronthosting.co.za>
In-reply-to
Content
One more update - I had the problem, because I was using monkeypatch.setattr() from Pytest, and assumed that it will work the same as patch(). This assumption turned out to be wrong.
History
Date User Action Args
2016-12-01 13:31:53butlasetrecipients: + butla, michael.foord, docs@python, berker.peksag
2016-12-01 13:31:53butlasetmessageid: <1480599113.14.0.864216214642.issue28733@psf.upfronthosting.co.za>
2016-12-01 13:31:53butlalinkissue28733 messages
2016-12-01 13:31:53butlacreate