You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the TestDc::test_dcmitypes unit test in test_xmlmap/test_dc.py is skipped as it invokes network requests via rdflib.URIRef and rdflib.Graph.parse.
Mock these calls or otherwise prevent network requests in order to to remove the skip.
Right now the
TestDc::test_dcmitypesunit test intest_xmlmap/test_dc.pyis skipped as it invokes network requests viardflib.URIRefandrdflib.Graph.parse.Mock these calls or otherwise prevent network requests in order to to remove the skip.