mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 21:04:29 +08:00
Skip some tests for Python2.6 and Python3.3
This commit is contained in:
@@ -181,7 +181,7 @@ class FileTests:
|
||||
code = f.read()
|
||||
self._code_lines = split_lines(code, keepends=True)
|
||||
self._test_count = test_count
|
||||
self._code_lines = self._code_lines[:30]
|
||||
self._code_lines = self._code_lines
|
||||
self._change_count = change_count
|
||||
|
||||
with open(file_path) as f:
|
||||
|
||||
Reference in New Issue
Block a user