[pytest-dev] Leaving pytest for now

2020-04-10 Thread Bruno Oliveira
Hi everyone, For the past years I've been part of pytest, which is an awesome library and also a community with awesome people. It definitely made me a better person and better programmer. However, the past months or so one individual has drained my will to work on the project because of his inte

[pytest-dev] Also leaving pytest-dev for now

2020-04-10 Thread Anthony Sottile
Hello friends, Also echoing the concerns of Bruno I'll be stepping down from my role as core developer on pytest. I love working on the project but cannot continue to do so when working with a particular individual has been extremely draining. I, in good faith, cannot continue to represent a pro

[pytest-dev] also leaving pytest-dev for now

2020-04-10 Thread Ronny Pfannschmidt
Hi everyone, after contemplaing a while i decided to join Bruno and Anthony. When i returned from my hiatus i declared that joy will be important, currently that joy is absent. -- Ronny ___ pytest-dev mailing list [email protected] https://mail

[pytest-dev] multiprocessing tests hang on Python3.8+macOS

2020-04-10 Thread Andrew Nelson
Dear pytest-dev, on scipy we typically run the test suite using a test script collecting a series of test arguments, then supplies them to `pytest.main()`. https://github.com/scipy/scipy/blob/master/runtests.py#L307 then https://github.com/scipy/scipy/blob/master/scipy/_lib/_testutils.py#L67 I'm

Re: [pytest-dev] multiprocessing tests hang on Python3.8+macOS

2020-04-10 Thread Andrew Nelson
A gist showing the test hanging is here: https://gist.github.com/andyfaff/a5bb1cbcc1828edde0bc7c1f67666f1c Note that if the Pool start method is set to 'fork' (non default on macOS and not recommended) then the test runs without any issues. On Sat, 11 Apr 2020 at 14:23, Andrew Nelson wrote: > D