diff --git a/tests/conftest.py b/tests/conftest.py index 5323f93f..4ec3eeb3 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -28,6 +28,7 @@ from pathlib import Path import pytest +from PyQt5.QtCore import QLocale from PyQt5.QtWidgets import QMessageBox sys.path.insert(1, str(Path(__file__).parent.parent.absolute())) @@ -54,6 +55,7 @@ def resetConfigVars(): CONFIG.setGuiFont(None) CONFIG.setTextFont(None) CONFIG._homePath = _TMP_ROOT + CONFIG._dLocale = QLocale("en_GB") CONFIG.guiLocale = "en_GB" return