Skip to content

Commit ecbdc46

Browse files
author
Hongtao Zhang
committed
Remove redundant code.
1 parent 83ebcbe commit ecbdc46

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/helper/decorator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
rocm_test = unittest.skipIf(os.environ.get('SB_TEST_ROCM', '0') == '0', 'Skip ROCm tests.')
1414

1515
pytorch_test = unittest.skipIf(os.environ.get('SB_TEST_PYTORCH', '1') == '0', 'Skip PyTorch tests.')
16-
python_eol_test = unittest.skipIf(sys.version_info < (3, 8), 'Skip tests for Python 3.7 or lower.')
1716
directx_test = unittest.skipIf(os.environ.get('SB_TEST_DIRECTX', '0') == '0', 'Skip DirectX tests.')
1817

1918

0 commit comments

Comments
 (0)