Closed dbast closed 7 months ago
Seems safe enough to me.
ACK tested
Tested ACK.
Full test suite has no complaints (coverage run -m pytest
).
Screenshot generator has no complaints (pytest tests/screenshot_generator/generator.py
)
Ran the tests in local dev virtualenv on macOS.
ACK Tested on RaspiOS local dev build and on macOS.
Description
mock is part of the Python standard lib since Python 3.3, see also https://docs.python.org/3/library/unittest.mock.html. Switching to that allows to remove it from
test/requirements.txt
.While at it, also updating the package versions in
test/requirements.txt
.This pull request is categorized as a:
Checklist
pytest
and made sure all unit tests pass before sumbitting the PRIf you modified or added functionality/workflow, did you add new unit tests?
I have tested this PR on the following platforms/os:
Note: Keep your changes limited in scope; if you uncover other issues or improvements along the way, ideally submit those as a separate PR. The more complicated the PR the harder to review, test, and merge.