Stargirl Flowers

Results 67 comments of Stargirl Flowers

I reproduced the described behavior, but I'm still a little unsure on a few points. > But the point is that virtualenv has more sophisticated methods when it comes to...

Virtualenv isn't our only backend, so that's one compelling reason why we do the lookup ourselves. > Skip the session if virutalenv failed to discover interpreter, fail otherwise. We can...

This behavior is definitely ambiguous if we're just using True/False. What do y'all think using "yes", "no", "always" and "never"? So: * Command-line `--reuse=yes` reuses envs for all sessions except...

@henryiii that doesn't cover the same set of behaviors I described. Also, we can keep the existing long name- I was just being brief. If y'all wanna shorten it to...

> Passing a string on the command line is more natural than in a function call There is lots of precedence for this in existing Python code. I still think...

Alright, I think I understand what you're getting at: * Without anything passed on the command-line, sessions marked `True` will be reused - this is the default behavior and matches...

I could've swore we already had this. On Fri, Jan 31, 2020, 6:23 PM Danny Hermes wrote: > Can ids be a function? (That is how pytest.mark.parameterize works.) > >...

I'd be in support of us adding the ability to set the id for sessions. Related: #392

Go for it! Let us know if you need help. On Fri, Jan 10, 2020, 6:37 PM Marko Paunovic wrote: > Are there plans to implement this? I'd be happy...

I like the solution proposed at https://github.com/theacodes/nox/issues/286#issuecomment-689474925