There was an error while loading. Please reload this page.
1 parent ff8ae30 commit aec4b31Copy full SHA for aec4b31
1 file changed
Lib/test/test_pyexpat.py
@@ -1046,10 +1046,6 @@ def test_parent_parser_outlives_its_subparsers__chain(self):
1046
del subparser
1047
1048
# gh-155485: GetReparseDeferralEnabled always returns False with Expat <2.6.0.
1049
- # Hence, we skip this test when pyxepat was compiled with Expat <2.6.0.
1050
- # We check the default value on a new parser instance to detect
1051
- # the compile-time expat version, rather than checking expat.version_info
1052
- # which stores the runtime expat version (to avoid problems like gh-144739).
1053
@unittest.skipIf(not expat.ParserCreate().GetReparseDeferralEnabled(),
1054
"requires Python compiled with Expat >= 2.6.0")
1055
def test_subparser_inherits_reparse_deferral(self):
0 commit comments