Skip to content

Commit

Permalink
Revert "Auxiliary commit to revert individual files from d2bb912"
Browse files Browse the repository at this point in the history
This reverts commit edcf8d90277ea98527177a3eb503beefd9603b29.
  • Loading branch information
sh-rp committed Nov 12, 2024
1 parent d2bb912 commit e6a6feb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/load/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,17 @@ def destinations_configs(
]

# add marks
destination_configs = [
# TODO: fix this, probably via pytest plugin that processes parametrize params
cast(
DestinationTestConfiguration,
pytest.param(
conf,
marks=pytest.mark.needspyarrow17 if conf.table_format == "delta" else [],
),
)
for conf in destination_configs
]
return destination_configs


Expand Down

0 comments on commit e6a6feb

Please sign in to comment.