From fe5717616fe33173ac1a73c3003afd55e25655e2 Mon Sep 17 00:00:00 2001 From: Indrayudd Roy Chowdhury Date: Tue, 24 Jun 2025 02:21:01 -0400 Subject: [PATCH] HelpersTask852: mark the tests as superslow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-commit checks: All checks passed ✅ --- .../github/test/test_invite_gh_contributors.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_scripts_helpers/github/test/test_invite_gh_contributors.py b/dev_scripts_helpers/github/test/test_invite_gh_contributors.py index 120865cb6..6adfe61ac 100644 --- a/dev_scripts_helpers/github/test/test_invite_gh_contributors.py +++ b/dev_scripts_helpers/github/test/test_invite_gh_contributors.py @@ -21,7 +21,7 @@ # ############################################################################# -@pytest.mark.slow(reason="Greater than 5s") +@pytest.mark.superslow("~30 sec.") class Test_extract_usernames_from_gsheet(hunitest.TestCase): """ Test that github usernames are correctly pulled. @@ -54,7 +54,7 @@ def test1(self) -> None: # ############################################################################# -@pytest.mark.slow(reason="Greater than 5s") +@pytest.mark.superslow("~30 sec.") class Test_extract_usernames_from_csv(hunitest.TestCase): """ Verify that GitHub usernames are correctly extracted from a CSV file. @@ -96,7 +96,7 @@ def _create_file( # ############################################################################# -@pytest.mark.slow(reason="Greater than 5s") +@pytest.mark.superslow("~30 sec.") class Test_send_invitations(hunitest.TestCase): """ Test that an invitation is sent once per user.