tests: Remove now redundant LANG overrides

We added a central one in the previous commit

Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
Cole Robinson 2020-12-07 14:32:27 -05:00
parent fdc621e05f
commit 41eda8a431
2 changed files with 0 additions and 4 deletions

View File

@ -28,7 +28,6 @@ from tests import setup_logging
from tests import virtinstall, virtclone, virtxml
from tests import utils
os.environ["LANG"] = "en_US.UTF-8"
os.environ["HOME"] = "/tmp"
os.environ["DISPLAY"] = ":3.4"

View File

@ -38,9 +38,6 @@ sys.excepthook = sys.__excepthook__
# unittest.installHandler magic
signal.signal(signal.SIGINT, signal.getsignal(signal.SIGINT))
# Needed so labels are matched in english
os.environ['LANG'] = 'en_US.UTF-8'
os.environ.pop("VIRTINST_TEST_SUITE", None)
if not dogtail.utils.isA11yEnabled():