Skip to content

Commit

Permalink
🙏
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdd committed Feb 12, 2024
1 parent 163ba8d commit cb4b2ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_features_feature_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -2603,9 +2603,7 @@ def test_bound_method_uneven_index_datetime_sequence(dummy_data):

# When using pandas > 2.0 the pd.concat has slightly different behavior, which causes
# solely this test to fail..
@pytest.mark.skipif(
int(pd.__version__[0]) >= 2, reason="test disabled for > Python 3.11."
)
@pytest.mark.skipif(int(pd.__version__[0]) >= 2, reason="test disabled for pandas>=2.")
def test_not_sorted_fc(dummy_data):
fc = FeatureCollection(
feature_descriptors=[
Expand Down

0 comments on commit cb4b2ab

Please sign in to comment.