David Zaslavsky

Results 32 comments of David Zaslavsky

I've also run into this problem while trying to prepare [pytest-dev/pytest-localserver](https://github.com/pytest-dev/pytest-localserver) for the removal of `smtpd`. I wanted to bump this issue to bring it some attention. I'll probably wind...

...and almost immediately I figured out why it's not that simple, with the mixing of synchronous and asynchronous code :laughing: I knew I shouldn't have said anything. But I would...

Hi everyone! If I may ask, what's the current status of this? Since this issue is still featured and there have been no commits in more than a year, it...

Sure, understood. In this case, if `aiosmtpd` is not being maintained, I might wind up removing SMTP support from `pytest-localserver` entirely at some point. (subject to discussion with my co-maintainers)

Yeah, as long as somebody is able to fix (or review/accept PRs to fix) any significant bugs or any compatibility issues with future versions of Python that may come up,...

This would also be useful to work around the lack of "proper" support for multiply-licensed packages - that is, the fact that multiple licenses are shown in a single string...

This is also similar to an icon [recommended by the ModernPGP working group](https://github.com/ModernPGP/icons) to represent PGP keys. I'm not sure how much weight that recommendation carries, but I suspect that...

For what it's worth, my experience with `pytest-localserver` is that the core pytest team has been pretty hands-off. A couple of them have offered advice and opinions here and there,...

FWIW I think it would be nice to have this feature. When I have dozens of tests in the same file that all use a helper function, it's a bit...

Fair enough. I'm familiar with how complicated things can get when hacking the import machinery! If it turns out this feature is just too much trouble to be worth it,...