From 0073ae94045bec6cebeacae72123403c5a26f07a Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 2 Nov 2022 10:49:42 -0700 Subject: [PATCH] Add link to comment under PR #4105 --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) 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")