Ran Benita

Results 431 comments of Ran Benita

Maybe we can also skip the check if `PYTEST_DEBUG_TEMPROOT` is set? The rationale being, the user explicitly pointed at there, let's assume they know what they're doing and don't need...

Yes, it should be possible, though I am unlikely to do the work myself. Anyone writing PCSC bindings for JS probably should look at the [Web Smart Card](https://wicg.github.io/web-smart-card/) specification. It's...

The downside is that it will slow down tests when this cache is beneficial. Is it a complete hassle to clear the cache manually before sensitive num-queries assertions? If yes,...

It's important that the wrapper script be able to: - Install a specific version of uv - Installs uv for the project only, e.g. to a `.uv/` directory in the...

I didn't know about pyprojectx, it looks nice. It does seem to require that Python is already installed which I hope to avoid. Basically the request is for uv to...

> you just have a global sbt installation that can manage multiple versions of itself. But how do you get the global `sbt` to all team members? That's the problem...

Closing as a duplicate of #12083 (which was fixed in pytest 9.0). If anyone still sees this problem with pytest>=9, please let me know.

> I believe we should report a skip there, or trigger some kind of warning TLDR: +1 on a warning, but for unittest only. Looking at unittest, it doesn't have...

> We should report a skip if the abc is defined and not used, that May be more trouble than worth Right I don't think this is realistic, it would...

I think the idea of providing some assistance with testing that `stacklevel` is provided correctly is good. Certainly it's easy for that little number to get omitted, wrong or outdated....