Christopher Wilcox

Results 42 comments of Christopher Wilcox

@BenWhitehead do we have the individual tests we should fix?

How does this compare to using the reuse environment flag, `-r` https://nox.thea.codes/en/stable/usage.html?highlight=reuse#re-using-virtualenvs

@omry The issue with specifying it as a specific path is that isn't portable. If you and I are on the same project with the same nox file, we may...

Thanks for the draft @franekmagiera . I took a pass and left a couple of comments. I'm interested to hear from other contributors, particularly on https://github.com/wntrblm/nox/pull/652#discussion_r988455097

Running sysconfig you can detect the issue ## Fails ❯ python3.10 -m sysconfig Platform: "linux-x86_64" Python version: "3.10" Current installation scheme: "posix_local" ## Works ❯ python3.10 -m sysconfig Platform: "linux-x86_64"...

Is there a scenario where `requirements-dev.txt` would be different from the version of `GitPython` you would need for nox? As a pattern, I tend to have a venv per project...

Opening this so we track the other part of the fix. Will mark as external as it won't likely happen in this repo.

@rchen152 yeah. I *think* these should all be the inner type, not a coroutine type (list in this case) I was cautious that maybe they can look like both (based...

@wu-hui how did it fail? It wasn't top-level await missing was it? I would expect test() to be awaited?