Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DESKTOP_ENVIRONMENT] Fixes for Python < 3.8
unittest.mock.mock_open
`__iter__` does not consume `read_data` before Python 3.8, causing tests to fail.
- Loading branch information