File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 914914+ "test",
915915+ # f"--{context.ci_mode}-ci",
916916+ "-uall",
917- + "--rerun",
918- + "--single-process",
917+ + # "--rerun",
918+ + # "--single-process",
919919+ "-W",
920920+ # Timeout handling requires subprocesses; explicitly setting
921921+ # the timeout to -1 disables the faulthandler.
922922+ "--timeout=-1",
923923+ # Adding Python options requires the use of a subprocess to
924924+ # start a new Python interpreter.
925- + "--dont-add-python-opts",
925+ + # "--dont-add-python-opts",
926926+ ]
927927+ )
928928+
Original file line number Diff line number Diff line change @@ -81,4 +81,5 @@ sysconfig._BASE_PREFIX = sys.base_prefix
8181sysconfig._BASE_EXEC_PREFIX = sys.base_exec_prefix
8282
8383# Force sysconfig data to be loaded (and cached).
84- sysconfig._init_config_vars ()
84+ sysconfig._CONFIG_VARS = None
85+ sysconfig.get_config_vars ()
You can’t perform that action at this time.
0 commit comments