Skip to content

Commit

Permalink
Fix pandas version in test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Dafna <[email protected]>
  • Loading branch information
ibdafna committed Aug 25, 2022
1 parent 581eb4c commit 4d8d09c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_datagrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ def test_data_object_generation(dataframe: pd.DataFrame) -> None:
],
}

# Pin pandas version to avoid potential errors due to differing versions
data_object["schema"]["pandas_version"] = "0.20.0"

assert data_object == expected_output


Expand Down

0 comments on commit 4d8d09c

Please sign in to comment.