Adam Johnson
Adam Johnson
There may be a solution. Try seeing what happens if your `parametrize_random` decorator uses the plain `random.choice` functions and you extend pytest-randomly with a hook that runs early, like maybe...
Closing due to inactivity. I think using `random.choice()` inside a test function with a loop is probably easier, anyway. If the parameters being explored are a random selection, there's much...
Why would we turn this into a warning when it's a clear sign of something being misconfigured?
What I mean was, why do anything at all? A crash seems like a good thing. Broken symlinks seem like something that the user should track down and fix. Perhaps...
Closing per the above. I'm not convinced Whitenoise should handle this edge case.
Per comment on the issue, I am not convinced Whitenoise should hide this error. Maybe if others encounter it, we can reopen and discuss.
Thank you for this @brycedrennan . I have eventually got around to looking at it, and I decided it would be easiest to redo the PR, with you recorded as...
Hmm, this is tricky. I did not consider this when using entry points. I think it would be more ideal if the API were to register with a pytest fixture...
I think this is a behaviour change in ESLint 9, it happens under `npx` without using nodeenv. I made a report on ESLint: https://github.com/eslint/eslint/issues/18465 .
I believe this was fixed in #80 , back in version 2.3.0 (2019-08-19). ~You’re not using version 2.18.0 as you report because the source in your traceback does not match....