diff --git a/tests/conftest.py b/tests/conftest.py index 356893aace9..69ac3b3a490 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -18,6 +18,7 @@ import pybind11_tests if os.name != "nt": + # https://github.com/pybind/pybind11/issues/4105#issuecomment-1301004592 multiprocessing.set_start_method("forkserver") _long_marker = re.compile(r"([0-9])L")