Skip to content

Supress warnings from dxchange when importing

Zhang, Chen requested to merge supress_import_warning into next

Created by: peterfpeterson

Since we don't care about the missing optional module warning from dxchange, suppress the warning. Run

$ python -m pytest tests/unit/backend/io/test_data.py

and see that there isn't a warning anymore

Merge request reports