* Py3: use unittest.mock instead of mock * noqa * oops * just pull in patch() * ignore RuntimeError when stopping patch * ignore RuntimeError from default_session_mock.stop()
This just eliminates all errors on the tests collection. Elimination of failures is left to the next commit.