Skip to content

Commit

Permalink
Enable locale tests for all platforms
Browse files Browse the repository at this point in the history
Related #2507
  • Loading branch information
MattHag committed Jan 10, 2025
1 parent 4f6fdd7 commit 2a21c47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/solaar/ui/test_i18n.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import locale
import os
import platform

import pytest

Expand All @@ -17,7 +16,6 @@ def set_locale_de():
i18n.set_locale_to_system_default()


@pytest.mark.skipif(platform.system() == "Linux", reason="Adapt test for Linux")
def test_set_locale_to_system_default(set_locale_de):
os.environ["LC_ALL"] = "de_DE.UTF-8"
i18n.set_locale_to_system_default()
Expand Down

0 comments on commit 2a21c47

Please sign in to comment.