Skip to content

Commit

Permalink
Disable netpath test
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed May 10, 2024
1 parent 6c8fe20 commit 617476a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pybiopax/tests/test_biopax.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import re
import pytest
import pybiopax
from pybiopax.biopax import *

Expand Down Expand Up @@ -53,6 +54,7 @@ def test_process_molecular_interactions():
assert len(model.objects) == 62


@pytest.mark.skip(reason="NetPath is no longer accessible")
def test_get_netpath():
m = pybiopax.model_from_netpath("22")
assert isinstance(m, BioPaxModel)
Expand Down

0 comments on commit 617476a

Please sign in to comment.