Skip to content

Commit 909e2fd

Browse files
authored
Disable python2 + pipenv tests
Just like we did for poetry and Python 2 in github#1124 From looking at changelogs, Python2 has not been supported in Pipenv since [v2021.11.5](https://pipenv.pypa.io/en/latest/changelog/#id149)
1 parent f9bce02 commit 909e2fd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-deps.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
3434
- python_version: 2
3535
python_deps_type: poetry
36+
# Python2 and pipenv are not supported since pipenv v2021.11.5
37+
- python_version: 2
38+
python_deps_type: pipenv
3639

3740

3841
env:
@@ -135,6 +138,9 @@ jobs:
135138
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
136139
- python_version: 2
137140
python_deps_type: poetry
141+
# Python2 and pipenv are not supported since pipenv v2021.11.5
142+
- python_version: 2
143+
python_deps_type: pipenv
138144

139145
env:
140146
PYTHON_DEPS_TYPE: ${{ matrix.python_deps_type }}

0 commit comments

Comments
 (0)