pytest-mock
pytest-mock copied to clipboard
Drop RuntimeError handling when we only support Python 3.8+
Just to add to this the
RuntimeErrorwas removed in CPython and mock 3.0.0 due to similar concerns raised in #137 . Upstream issue : https://bugs.python.org/issue36366 .
Originally posted by @tirkarthi in https://github.com/pytest-dev/pytest-mock/pull/138#issuecomment-490138801