ut oh left a pdb in

This commit is contained in:
sneakers-the-rat 2024-10-11 00:10:45 -07:00
parent e87f24f9c3
commit 84cecfb09f
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D

View file

@ -3,7 +3,6 @@ Tests that should be applied to all interfaces
""" """
import json import json
import pdb
from importlib.metadata import version from importlib.metadata import version
import dask.array as da import dask.array as da
@ -99,9 +98,6 @@ def test_interface_roundtrip_json(dtype_by_interface, tmp_output_dir_func):
if "subclass" in dtype_by_interface.id.lower(): if "subclass" in dtype_by_interface.id.lower():
pytest.xfail() pytest.xfail()
if "str-str" in dtype_by_interface.id.lower():
pdb.set_trace()
array = dtype_by_interface.array(path=tmp_output_dir_func) array = dtype_by_interface.array(path=tmp_output_dir_func)
case = dtype_by_interface.model(array=array) case = dtype_by_interface.model(array=array)