Skip to content

Commit

Permalink
tests: Fix issue where gettext is not individually installed in some …
Browse files Browse the repository at this point in the history
…modules.
  • Loading branch information
carlosperate committed Feb 4, 2024
1 parent 5e4067b commit 75464e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/interface/test_dialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import os

import pytest
import mu.i18n
import mu.interface.dialogs
from PyQt5.QtWidgets import QDialog, QWidget, QDialogButtonBox
from unittest import mock
Expand Down
1 change: 1 addition & 0 deletions tests/interface/test_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Tests for the user interface elements of Mu.
"""
from unittest import mock
import mu.i18n
import mu.interface.editor
import keyword
import re
Expand Down

0 comments on commit 75464e8

Please sign in to comment.