Stephen Rosen

Results 242 comments of Stephen Rosen

I recall seeing William Woodruff's post about dependency cooldowns circulating recently; it's a great idea! I think we'll want to pick up on whatever changes are in https://github.com/pypa/pip/pull/13625 and re-expose...

> Though, the **currently integrated** [`covdefaults`](https://pypi.org/p/covdefaults) supports conditional coverage pragmas already. So we could just start using them for now. (emphasis mine) I didn't realize that we already had `covdefaults`...

Okay, this seems to me more and more like we need a (small) bespoke plugin so that we can write something like ```python if PIP_VERSION[:2] 23.0 no cover ``` I...

I played with a local plugin a bit today. The experience was a little frustrating because of how our tools combine. coverage wants a name to import. Importing our package...

Sorry, this one slipped past me. I think I like the name `highlights` for this. It gives me the strongest sense of what we should use it for. We can...

I don't quite agree, in that I think it's more confusing to reject something with the schema which works. But! I'm okay with this and happy for this issue to...

I've spent a few minutes tinkering to reproduce, and I'm able to get the same behavior. I'm still trying to figure out "who changed, and when" to diagnose the cause...

[typeshed](https://github.com/python/typeshed) has a stubs packages (`types-jsonschema`) which you can use for right now. They may be slightly amiss, since typeshed is a "best effort" stub repository for many packages, but...

I'm going to pick this up and try to get it into shape to include in the 7.4.2 release. I think this is a basically good fix and just needs...

After discussion, I'm moving this out of 7.4.2 to try to be very narrow in what extra work we include for a bugfix release. But I've assigned myself and plan...