diff --git a/cubids/tests/test_bond.py b/cubids/tests/test_bond.py index 068ee4fd..d33107be 100644 --- a/cubids/tests/test_bond.py +++ b/cubids/tests/test_bond.py @@ -1037,14 +1037,6 @@ def test_validator(tmp_path): assert isinstance(parsed, pd.DataFrame) -def bids_validator_version(tmp_path): - """Test validator.bids_validator_version.""" - # Get the BIDS validator version - validator_version = get_bids_validator_version() - # Extract schemaVersion - summary_info = extract_summary_info(decoded) - - def test_bids_version(tmp_path): """Test workflows.bids_version.""" data_root = get_data(tmp_path)