From bad8bedcb6536301d5deecef011919ef0dc434fe Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Mon, 21 Oct 2024 13:10:42 +0300 Subject: [PATCH] Refactoring --- tests/integration/test_fixtures.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/integration/test_fixtures.py b/tests/integration/test_fixtures.py index 01487f3..4f94915 100644 --- a/tests/integration/test_fixtures.py +++ b/tests/integration/test_fixtures.py @@ -487,8 +487,6 @@ def test_module_fixture_setup(mock_client_init): assert not setup_call_kwargs['has_stats'] - - @pytest.mark.skipif(sys.version_info < (3, 8), reason='Python 3.8+ required due to bugs in older versions') @mock.patch(REPORT_PORTAL_SERVICE) def test_class_fixture_setup(mock_client_init):