From cb4eb00e47c9926a8e129c28a9de92b20d7c85f2 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 29 Dec 2024 09:58:10 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_6915_hu_hu_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n --- tests/bugs/gh_6915_hu_hu_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bugs/gh_6915_hu_hu_test.py b/tests/bugs/gh_6915_hu_hu_test.py index 3f975171..f05a7a8d 100644 --- a/tests/bugs/gh_6915_hu_hu_test.py +++ b/tests/bugs/gh_6915_hu_hu_test.py @@ -117,6 +117,7 @@ test_sql = """ ; """ +@pytest.mark.intl @pytest.mark.version('>=5.0.0') def test_1(act: Action, tmp_fbk: Path, tmp_fdb: Path, capsys):