Skip to content

Commit

Permalink
chore: skip pandas test if pandas is not installed (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Aug 14, 2023
1 parent 8c79516 commit 3490db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_0930-expressions-in-pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@


def test_expressions_in_pandas(tmp_path):
pandas = pytest.importorskip("pandas")
filename = os.path.join(tmp_path, "uproot_test_pandas_expressions.root")
# create tmp file
with uproot.recreate(filename) as file:
Expand Down

0 comments on commit 3490db9

Please sign in to comment.