Stephen Rosen

Results 104 comments of Stephen Rosen

I think it's safe to say that no one seriously thinks that we need python4 right now. And hopefully not for a long time yet. If this is going to...

> They're called "no_return_unless constraints". That seems consistent with `typing.NoReturn`. Would `NoReturnGuard` be a viable name? The idea is a mash-up of `NoReturn` and `TypeGuard` in some ways. > >...

I'm marking this issue as `help wanted` because I haven't gotten to spend the kind of time on it that it deserves. I spent maybe an hour trying to figure...

I would like to do this, but I would not go in assuming that it will be easy. In order to maintain compatibility with existing usage, I think we'd want...

I'd definitely be willing to look at a PR adding this feature. If this doesn't see any action after a couple of months, I might circle back and take a...

We don't have a feature like this today. I'd be more than happy to review a pull request adding this, but I doubt I'll have time to try working on...

I need to look at the TOML spec again, but I think it should be pretty reasonably possible to put the contents of `nose2.cfg` into `[tool.nose2]` in `pyproject.toml` We'll have...

Gotcha. In that case, thanks for being a good citizen and flagging this for me. 👍 Since nose2 is a "maintenance first" project at this stage in its life, I...

Thanks for reporting this and providing a reproduction of the issue; I can confirm that this isn't behaving correctly under nose2 and I've produced a smaller reproduction to try to...

Thanks for the detailed report. I agree that the best short term fix is to clean up the documentation. I don't want to break people's usage unnecessarily, so renaming the...