From f2ff3b05003d5654bf14735a99305a31f4fd0f8d Mon Sep 17 00:00:00 2001 From: Harshad Hegde Date: Tue, 8 Aug 2023 16:42:29 -0500 Subject: [PATCH] formatted --- tests/test_implementations/test_pronto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_implementations/test_pronto.py b/tests/test_implementations/test_pronto.py index 331290c06..930f21968 100644 --- a/tests/test_implementations/test_pronto.py +++ b/tests/test_implementations/test_pronto.py @@ -197,6 +197,7 @@ def test_save(self): slug="go-nucleus.saved.obo", directory=OUTPUT_DIR, local=True, format="obo" ) ) + @unittest.skip("Avoid network dependencies.") def test_from_obo_library(self): oi = ProntoImplementation(OntologyResource(local=False, slug="pato.obo"))