Skip to content

Commit 881ee30

Browse files
datapythonistajreback
authored andcommitted
Adding skip to test failing because of lxml import (#17747) (#17748)
1 parent f052225 commit 881ee30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_html.py

+1
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ def test_importcheck_thread_safety():
955955
# see gh-16928
956956

957957
# force import check by reinitalising global vars in html.py
958+
pytest.importorskip('lxml')
958959
reload(pandas.io.html)
959960

960961
filename = os.path.join(DATA_PATH, 'valid_markup.html')

0 commit comments

Comments
 (0)