Avram Lubkin

Results 22 issues of Avram Lubkin

### Current Behavior When running a session with a lot of dependencies with `--verbose`, Nox will appear to hang after calling pip. Then will return all of the pip output...

bug

### How would this feature be useful? Let's say you have multiple sessions tagged with 'format', 'lint', and 'test'. Before you commit, you want to run all of these tagged...

enhancement

### How would this feature be useful? When providing a Nox configuration for a team that may not be familiar with Nox, it would be good to give a simple...

enhancement

We talked in the past about leveraging something like Jinxed to provide terminal info instead of Curses. I'm not sure about wholly swapping it, but, in some cases, it would...

Given the example, `Requirement('enlighten >= 1.10.2')` The string output of this is `'enlighten>=1.10.2'` rather than `'enlighten >= 1.10.2'` I believe the lack of spaces between the specifier operators and versions...

enhancement
packaging.requirements

### Steps to reproduce 1. Create test.py ``` python """ This is a test file """ print "Hello World" # pylint: disable=wrong-spelling-in-comment # I probably have some mipeled words ```...

Bug :beetle:
Minor 💅
Needs PR

When using start-session, the connection will fail with a broken pipe if there is no input or output for 60 seconds. ```bash Cannot perform start session: write tcp 1.2.3.4:45678->100.99.98.97:443: write:...

For start-session it seems all commands are under ``sh`` on Linux, which is hard-coded and can't be overwritten. It would be good to be able to override this in both...

I've noticed in my CI workflows, I get the following error: ```console Warning: Cannot remove repo/repodata.old.119.20250129193340.189567: Failed to close file descriptor for child process (Operation not permitted) ``` As a...

### Bug description In the [blessed repo](https://github.com/jquast/blessed), we started getting false positives for duplicate code where it would have an error under a file for every file in the package....

Needs triage :inbox_tray: