Another solution may be writing a custom dill reducer for the object that
is triggering this recursion.
-chad
On Fri, Aug 23, 2019 at 6:52 PM Udi Meiri wrote:
> Yeah that sounds like the sanest way forward.
> Lots of these tests are running standalone examples so they might need SMS
> if you r
Yeah that sounds like the sanest way forward.
Lots of these tests are running standalone examples so they might need SMS
if you run them directly.
(example streaming_wordcount_it_test.py running streaming_wordcount.py)
On Fri, Aug 23, 2019 at 3:17 PM Robert Bradshaw wrote:
> I suggest re-writing
I suggest re-writing the test to avoid save_main_session.
On Fri, Aug 23, 2019 at 11:57 AM Udi Meiri wrote:
> Hi,
> I'm trying to get pytest with the xdist plugin to run Beam tests. The
> issue is with save_main_session and a dependency of pytest-xdist called
> execnet, which triggers this error