We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0972c87 commit 27eaf1bCopy full SHA for 27eaf1b
tests/test_html_converter.py
@@ -33,7 +33,7 @@
33
class TestHTMLConverter(TestCase):
34
def test_html_to_nodes(self):
35
36
- if sys.version_info.major == 3 and sys.version_info.minor == 5:
+ if sys.version_info.major == 3 and sys.version_info.minor >= 5:
37
self.assertEqual(
38
html_to_nodes(HTML_TEST_STR),
39
NODES_TEST_LIST_PY35
0 commit comments