Skip to content

Commit 5db2fef

Browse files
committed
Remove has_tables from conftest.py
1 parent 3f96eec commit 5db2fef

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pvlib/tests/conftest.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,6 @@ def assert_frame_equal(left, right, **kwargs):
125125
not has_xarray, reason='requires xarray')
126126

127127

128-
try:
129-
import tables
130-
has_tables = True
131-
except ImportError:
132-
has_tables = False
133-
134-
requires_tables = pytest.mark.skipif(not has_tables, reason='requires tables')
135-
136-
137128
try:
138129
import ephem
139130
has_ephem = True

0 commit comments

Comments
 (0)