Skip to content

Commit 1efc17d

Browse files
DinoVmeta-codesync[bot]
authored andcommitted
Remove tests for unsupported Python versions
Summary: These Python versions are no longer supported and the tests skip. Removes them entirely. Reviewed By: yoney Differential Revision: D87349908 fbshipit-source-id: cfc1c0f0cd6dbac8d8229a8795c25cb4da89caeb
1 parent c0e8075 commit 1efc17d

4 files changed

Lines changed: 0 additions & 834 deletions

File tree

cinderx/PythonLib/test_cinderx/test_compiler/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
from .test_linepos import LinePositionTests
1212
from .test_optimizer import AstOptimizerTests
1313
from .test_py310 import Python310Tests
14-
from .test_py37 import Python37Tests
15-
from .test_py38 import Python38Tests
1614
from .test_pysourceloader import PySourceLoaderTest
1715
from .test_symbols import SymbolVisitorTests
1816
from .test_unparse import UnparseTests

cinderx/PythonLib/test_cinderx/test_compiler/test_py37.py

Lines changed: 0 additions & 145 deletions
This file was deleted.

0 commit comments

Comments
 (0)