Skip to content

Commit

Permalink
test(python): Mark import timing check as slow (#10487)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Aug 14, 2023
1 parent 436bcf7 commit 11b7583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/test_polars_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def _import_timings_as_frame(best_of: int) -> pl.DataFrame:


@pytest.mark.skipif(sys.platform == "win32", reason="Unreliable on Windows")
@pytest.mark.slow()
def test_polars_import() -> None:
# note: take the fastest of several runs to reduce noise.
df_import = _import_timings_as_frame(best_of=3)
Expand Down

0 comments on commit 11b7583

Please sign in to comment.