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 1c42ee4 commit 8707db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_polars.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
from unittest import mock

import numpy as np
import pytest

pytest.importorskip("polars")

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

0 comments on commit 8707db1

Please sign in to comment.