Closed egberts closed 4 months ago
Resolves: #3357
No change in documentation.
test_load_source_module_path_abs_syntax_error_fail() fails parallelization of pytest due to multiple concurrent accesses to the sys.modules[]. Needs a file lock to ensure serialization testing.
test_load_source_module_path_abs_syntax_error_fail()
sys.modules[]
Withdrawing PR.
Pull Request Checklist
Resolves: #3357
No change in documentation.