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

another attempt at solving Python 3.8 macOS issues

It's unclear what the breaking change is in Python 3.8 now, but the macOS builds
were still failing, this time claiming that config was None. This time we try to
work around it by not relying on any complex globals and instead storing the
(duplicate) config within the test cases themselves.
parent aa820513
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