Commit aa820513 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

fix: use a multiprocessing manager for config access in the test suite

It turns out you are not meant to share memory between Python multiprocesses
unless you explicitly declare it. I think we were just getting lucky with this
working in some scenarios, but it fails quite cryptically on Python 3.8 on
macOS. Hopefully this should rectify the issue.
parent 2f70aa0a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment