@@ -581,8 +581,6 @@ def test_jsonsink(tmpdir, inputs_attributes):
581581# There are three reasons these tests will be skipped:
582582@pytest .mark .skipif (not have_pybids ,
583583 reason = "Pybids is not installed" )
584- @pytest .mark .skipif (sys .version_info < (3 , 0 ),
585- reason = "Pybids no longer supports Python 2" )
586584@pytest .mark .skipif (not dist_is_editable ('pybids' ),
587585 reason = "Pybids is not installed in editable mode" )
588586def test_bids_grabber (tmpdir ):
@@ -598,8 +596,6 @@ def test_bids_grabber(tmpdir):
598596
599597@pytest .mark .skipif (not have_pybids ,
600598 reason = "Pybids is not installed" )
601- @pytest .mark .skipif (sys .version_info < (3 , 0 ),
602- reason = "Pybids no longer supports Python 2" )
603599@pytest .mark .skipif (not dist_is_editable ('pybids' ),
604600 reason = "Pybids is not installed in editable mode" )
605601def test_bids_fields (tmpdir ):
@@ -614,8 +610,6 @@ def test_bids_fields(tmpdir):
614610
615611@pytest .mark .skipif (not have_pybids ,
616612 reason = "Pybids is not installed" )
617- @pytest .mark .skipif (sys .version_info < (3 , 0 ),
618- reason = "Pybids no longer supports Python 2" )
619613@pytest .mark .skipif (not dist_is_editable ('pybids' ),
620614 reason = "Pybids is not installed in editable mode" )
621615def test_bids_infields_outfields (tmpdir ):
0 commit comments