Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use execnet main_thread_only execmodel #1027

Merged

Commits on Apr 19, 2024

  1. Use execnet main_thread_only execmodel

    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
    merged to the execnet master branch via pytest-dev/execnet#243, so this
    patch should not be merged until there is a released version of execnet
    supporting the main_thread_only execmodel.
    
    Closes: pytest-dev#620
    zmedico authored and nicoddemus committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a30949c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c82fee1 View commit details
    Browse the repository at this point in the history