From 3a43667f5504472068ab1c050fbb7235f76de4a5 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 29 Dec 2024 09:59:01 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_7140_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n --- tests/bugs/gh_7140_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bugs/gh_7140_test.py b/tests/bugs/gh_7140_test.py index 552db972..c0296dc8 100644 --- a/tests/bugs/gh_7140_test.py +++ b/tests/bugs/gh_7140_test.py @@ -52,6 +52,7 @@ expected_stdout = """ C1 """ +@pytest.mark.intl @pytest.mark.version('>=4.0.2') def test_1(act: Action): act.expected_stdout = expected_stdout