From bc81c8fa8dbd149db1cf08105d54ce38e5297a65 Mon Sep 17 00:00:00 2001 From: Haibao Tang Date: Tue, 18 Jun 2024 11:33:56 -0700 Subject: [PATCH] skip test_dcnt_r01 --- tests/test_dcnt_r01.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_dcnt_r01.py b/tests/test_dcnt_r01.py index 95cd428..ff247ba 100755 --- a/tests/test_dcnt_r01.py +++ b/tests/test_dcnt_r01.py @@ -5,6 +5,8 @@ import sys import timeit import numpy as np +import pytest + from numpy.random import shuffle from scipy import stats @@ -14,6 +16,7 @@ from goatools.obo_parser import GODag +@pytest.mark.skip(reason="Latest obo (`releases/2024-06-10`) is not DAG") def test_go_pools(): """Print a comparison of GO terms from different species in two different comparisons.""" objr = _Run()