Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 21, 2024
1 parent 461203f commit bad8bed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/test_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit bad8bed

Please sign in to comment.