Module: Mesa Branch: master Commit: 263ed2e7777875b21d3eff6939392a4a28d0ea5f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=263ed2e7777875b21d3eff6939392a4a28d0ea5f
Author: Andres Gomez <[email protected]> Date: Fri May 1 00:20:33 2020 +0300 scripts: remove unittest.mock dependency when not used Found upon inspection. Signed-off-by: Andres Gomez <[email protected] Reviewed-and-Tested-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4840> --- bin/gen_release_notes_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/gen_release_notes_test.py b/bin/gen_release_notes_test.py index b3ff60268b7..2f114ce144c 100644 --- a/bin/gen_release_notes_test.py +++ b/bin/gen_release_notes_test.py @@ -18,8 +18,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -from unittest import mock - import pytest from .gen_release_notes import * _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
