Skip to content

Commit bad8bed

Browse files
committed
Refactoring
1 parent 461203f commit bad8bed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/test_fixtures.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,6 @@ def test_module_fixture_setup(mock_client_init):
487487
assert not setup_call_kwargs['has_stats']
488488

489489

490-
491-
492490
@pytest.mark.skipif(sys.version_info < (3, 8), reason='Python 3.8+ required due to bugs in older versions')
493491
@mock.patch(REPORT_PORTAL_SERVICE)
494492
def test_class_fixture_setup(mock_client_init):

0 commit comments

Comments
 (0)