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 ybon
Recipients matrixise, mdk, ybon
Date 2018-08-08.10:46:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533725183.14.0.56676864532.issue34355@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks all :)

As noted by Julien, to reproduce the test cases, one also needs to install the dev requirements (or just `pip instal minicli hupper`):

pip install -r requirements-dev.txt

> and what's the issue with asyncio ?

Nothing specific as far as I can tell.
I mentioned it because not all projects use asyncio so I thought it was an significative point to have in mind, just in case.
Also I blindly checked "asyncio" in the "Components" because the project does use asyncio, without foreseeing that this would point asyncio as a guilty and that asyncio maintainers would have been specifically CCed.
Thanks for fixing this.

One other thing to notice just in case: the code base do have unicode chars (in comments, strings and raw strings).
History
Date User Action Args
2018-08-08 10:46:23ybonsetrecipients: + ybon, matrixise, mdk
2018-08-08 10:46:23ybonsetmessageid: <1533725183.14.0.56676864532.issue34355@psf.upfronthosting.co.za>
2018-08-08 10:46:23ybonlinkissue34355 messages
2018-08-08 10:46:23yboncreate