You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the execnet main_thread_only execmodel so that code which expects
to run in the main thread will just work. This execmodel has been
proposed in pytest-dev/execnet#243, so this
patch should not be merged until there is a release version of execnet
supporting the main_thread_only execmodel.
Also increase minimum python version to 3.8 since execnet dropped 3.7
support in pytest-dev/execnet#245.
0 commit comments