Skip to content

Commit

Permalink
ut oh left a pdb in
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Oct 11, 2024
1 parent e87f24f commit 84cecfb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_interface/test_interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""

import json
import pdb
from importlib.metadata import version

import dask.array as da
Expand Down Expand Up @@ -99,9 +98,6 @@ def test_interface_roundtrip_json(dtype_by_interface, tmp_output_dir_func):
if "subclass" in dtype_by_interface.id.lower():
pytest.xfail()

if "str-str" in dtype_by_interface.id.lower():
pdb.set_trace()

array = dtype_by_interface.array(path=tmp_output_dir_func)
case = dtype_by_interface.model(array=array)

Expand Down

0 comments on commit 84cecfb

Please sign in to comment.