Ely Spears
Ely Spears
@Zac-HD Thanks for migrating that example from the other issue. In my case with my original bug, there was simply no way to reproduce an example, since it contained so...
@nicoddemus the application we are testing unfortunately requires setting up logging at import time. It is part of a Flask application that has an in-house framework for configuring logging so...
> from my pov its important to just say NO to tactically broken but convenient setups that would make the internals a more painful mess I think it suggests the...
I wonder if pytest-xdist could provide a new session scope called `'process'` (which is effectively `'session'` scoped per each process, which is what happens to `'session'` scoped fixtures today) and...
Hi Shu, Thanks for following up. When I approach it with your suggestion, I am finding there is a difference of 127 image file names between the set of 9958...
Thanks again for your help. I am sorry I am missing some detail preventing me from understanding. When I look at the number of images listed in any of the...
I have a fix for this. It looks like all of the places that make use of `builder.alloca` and require a `name` argument need it to be a keyword argument,...
@agulli I am reading your book! Thank you for writing it. I am reviewing the convolutional GAN example for MNIST from Chapter 4. I wondered why in `example_gan_convolutional.py`, some of...
@RonnyPfannschmidt any movement on this? I am also seeing this error. It seems to happen differently on different operating systems with the same version of pytest and pytest-xdist as well....