You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pypeg2/files/pypeg2-2.15.1-test.patch

13 lines
399 B

Drop seemingly wrong test line that throws an AttributeError.
--- pyPEG2-2.15.1/pypeg2/test/test_pyPEG2.py
+++ pyPEG2-2.15.1/pypeg2/test/test_pyPEG2.py
@@ -255,7 +255,6 @@
def runTest(self):
r = pypeg2.parse("!all", type(self).C1)
self.assertEqual(str(r), "all")
- self.assertEqual(r._ignore1, None)
class ParseOmitTestCase(ParserTestCase):
def runTest(self):