Skip to content

Commit

Permalink
mark debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jan 10, 2025
1 parent f4980b0 commit 673b6bd
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 @@ -67,6 +67,7 @@ def _import_timings_as_frame(n_tries: int) -> tuple[pl.DataFrame, int]:


@pytest.mark.skipif(sys.platform == "win32", reason="Unreliable on Windows")
@pytest.mark.debug
@pytest.mark.slow
def test_polars_import() -> None:
# up-front compile '.py' -> '.pyc' before timing
Expand Down

0 comments on commit 673b6bd

Please sign in to comment.