Show More
@@ -210,11 +210,6 b' class KeyCompletable:' | |||||
210 | return list(self.things) |
|
210 | return list(self.things) | |
211 |
|
211 | |||
212 |
|
212 | |||
213 | @pytest.mark.xfail( |
|
|||
214 | sys.version_info >= (3, 11), |
|
|||
215 | reason="parso does not support 3.11 yet", |
|
|||
216 | raises=NotImplementedError, |
|
|||
217 | ) |
|
|||
218 | class TestCompleter(unittest.TestCase): |
|
213 | class TestCompleter(unittest.TestCase): | |
219 | def setUp(self): |
|
214 | def setUp(self): | |
220 | """ |
|
215 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now