Skip to content

Commit

Permalink
Skip test_mem_utilization if memray isn't installed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Aug 30, 2024
1 parent b1cf324 commit fad63c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cubed/tests/test_mem_utilization.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
import pandas as pd
import pytest

pytest.importorskip("memray")

import cubed
import cubed.array_api as xp
import cubed.random
Expand Down

0 comments on commit fad63c4

Please sign in to comment.