Skip to content

Commit 015d419

Browse files
author
Steve Kirkland
committed
Skip unit/integration tests with Python 3.5/3.6
1 parent 9404697 commit 015d419

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ jobs:
1212
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1313
os: ['ubuntu-latest']
1414
include:
15-
- python-version: '3.5'
16-
os: 'ubuntu-22.04'
17-
pip-trusted-host: 'pypi.python.org pypi.org files.pythonhosted.org'
18-
- python-version: '3.6'
19-
os: 'ubuntu-22.04'
15+
# Python 3.5 and 3.6 tests skipped pending PLAT-14414
16+
# - python-version: '3.5'
17+
# os: 'ubuntu-22.04'
18+
# pip-trusted-host: 'pypi.python.org pypi.org files.pythonhosted.org'
19+
# - python-version: '3.6'
20+
# os: 'ubuntu-22.04'
2021
- python-version: '3.7'
2122
os: 'ubuntu-22.04'
2223

0 commit comments

Comments
 (0)