Skip to content

Commit

Permalink
adding in pytest.importorskip
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Jan 12, 2024
1 parent 6037f31 commit 1c42ee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_polars.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
from unittest import mock

import numpy as np

pytest.importorskip("polars")

import polars as pl
import pytest
from polars.exceptions import ComputeError, DuplicateError
Expand Down

0 comments on commit 1c42ee4

Please sign in to comment.