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:
parent
fdc621e05f
commit
41eda8a431
|
@ -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"
|
||||
|
||||
|
|
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue