]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744)
authorLysandros Nikolaou <lisandrosnik@gmail.com>
Tue, 28 Apr 2020 00:24:50 +0000 (03:24 +0300)
committerGitHub <noreply@github.com>
Tue, 28 Apr 2020 00:24:50 +0000 (01:24 +0100)
commit3d53d8756f0403eec6a4e12f183103d651bed6c5
tree2c6044f3f9352aa4ae30c6961a870d7c3b858eda
parentd55133f49fe678fbf047a647aa8bb8b520410e8d
bpo-40334: Don't skip test_parser:test_trigget_memory_error (GH-19744)

This test has been changed to always use the old parser, so no need for it to be skipped.
Lib/test/test_parser.py