From 250d427e2412929d184c7e8e74f8c4540a9e1d32 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 29 Dec 2024 09:59:12 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_6872_test.py: Added 'pytest.mark.intl' attribute in order to have ability to run only tests related to i18n --- tests/bugs/gh_6872_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bugs/gh_6872_test.py b/tests/bugs/gh_6872_test.py index 7fd93024..9175fa2c 100644 --- a/tests/bugs/gh_6872_test.py +++ b/tests/bugs/gh_6872_test.py @@ -85,6 +85,7 @@ expected_stdout = """ Duration ratio: acceptable. """ +@pytest.mark.intl @pytest.mark.version('>=4.0.1') def test_1(act: Action, capsys):