Henry Schreiner

Results 2507 comments of Henry Schreiner

Plugin support is implemented in #881 but it's been stuck waiting for a review since October.

I think there are two possibilities. One would be to do a plugin, much like nox-poetry. (And that plugin should update examples to show how to use with the current...

The only other one I can think of directly is sometimes you need `session.venv_backend == "uv"` to check. Most of my noxfiles (see my projects at iscinumpy.dev or on my...

Reminder, you can include the new PEP 723 support in your docs on how to use your plugin. If you have ```python /// script dependencies = ["nox>=2025", "nox-uv"] /// ```...

We need to support the Python range statement first (then it would be easy). https://github.com/wntrblm/nox/issues/814

You can programmatically get the tags with #665 :)

How would one support `prepare_metadata_for_build_wheel` using this? I had functionality to only write out the metadata dir. I guess you could write an empty wheel then copy out the .dist-info...

@mhsmith Had to install wheel and patchelf, and now it's failing at the test step on all three systems.

I'm fine if you make a PR, but I'm fine to give you access to my fork.

Android: can't find wheel in path? The iOS 3.14 failure is expected (https://github.com/pypa/cibuildwheel/issues/2494).