We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d070a1f + c6b36e3 commit 4c10ebfCopy full SHA for 4c10ebf
pandas/io/tests/test_html.py
@@ -50,7 +50,7 @@ def _skip_if_none_of(module_names):
50
else:
51
not_found = [module_name for module_name in module_names if not
52
_have_module(module_name)]
53
- if not_found == module_names:
+ if set(not_found) & set(module_names):
54
raise nose.SkipTest("{0} not found".format(not_found))
55
if 'bs4' in module_names:
56
import bs4
0 commit comments