Skip to content

Commit 440e9bb

Browse files
committed
BUG: put decoration back
1 parent 36d0b6c commit 440e9bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libpysal/weights/tests/test_adjlist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
from ... import examples
77
from ..util import lat2W
88
from ...common import RTOL, ATOL
9-
from ... import io
10-
from ...examples import get_path
9+
1110

1211
try:
1312
import pandas
@@ -16,6 +15,7 @@
1615
except ImportError:
1716
PANDAS_MISSING = True
1817

18+
@ut.skipIf(PANDAS_MISSING, 'Pandas is gone')
1919
class Test_Adjlist(ut.TestCase):
2020
def setUp(self):
2121
self.knownW = io.open(examples.get_path('columbus.gal')).read()

0 commit comments

Comments
 (0)