Skip to content

Commit

Permalink
Skip checking for create_system
Browse files Browse the repository at this point in the history
  • Loading branch information
johandahlberg committed Aug 16, 2024
1 parent c274185 commit 25f306a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fsspec/implementations/tests/test_zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,13 @@ def _assert_all_except_context_dependent_variables(result, expected_result):
result_without_date_time.pop("date_time")
result_without_date_time.pop("_raw_time")
result_without_date_time.pop("external_attr")
result_without_date_time.pop("create_system")

expected_result_without_date_time = expected_result[path].copy()
expected_result_without_date_time.pop("date_time")
expected_result_without_date_time.pop("_raw_time")
expected_result_without_date_time.pop("external_attr")
expected_result_without_date_time.pop("create_system")
assert result_without_date_time == expected_result_without_date_time


Expand Down

0 comments on commit 25f306a

Please sign in to comment.