@@ -581,8 +581,6 @@ def test_jsonsink(tmpdir, inputs_attributes):
581
581
# There are three reasons these tests will be skipped:
582
582
@pytest .mark .skipif (not have_pybids ,
583
583
reason = "Pybids is not installed" )
584
- @pytest .mark .skipif (sys .version_info < (3 , 0 ),
585
- reason = "Pybids no longer supports Python 2" )
586
584
@pytest .mark .skipif (not dist_is_editable ('pybids' ),
587
585
reason = "Pybids is not installed in editable mode" )
588
586
def test_bids_grabber (tmpdir ):
@@ -598,8 +596,6 @@ def test_bids_grabber(tmpdir):
598
596
599
597
@pytest .mark .skipif (not have_pybids ,
600
598
reason = "Pybids is not installed" )
601
- @pytest .mark .skipif (sys .version_info < (3 , 0 ),
602
- reason = "Pybids no longer supports Python 2" )
603
599
@pytest .mark .skipif (not dist_is_editable ('pybids' ),
604
600
reason = "Pybids is not installed in editable mode" )
605
601
def test_bids_fields (tmpdir ):
@@ -614,8 +610,6 @@ def test_bids_fields(tmpdir):
614
610
615
611
@pytest .mark .skipif (not have_pybids ,
616
612
reason = "Pybids is not installed" )
617
- @pytest .mark .skipif (sys .version_info < (3 , 0 ),
618
- reason = "Pybids no longer supports Python 2" )
619
613
@pytest .mark .skipif (not dist_is_editable ('pybids' ),
620
614
reason = "Pybids is not installed in editable mode" )
621
615
def test_bids_infields_outfields (tmpdir ):
0 commit comments