Skip to content

Commit

Permalink
Merge pull request #1441 from github/henrymercer/remove-old-certifi-t…
Browse files Browse the repository at this point in the history
…ests

Remove tests with old certifi dependency
  • Loading branch information
henrymercer authored Dec 20, 2022
2 parents 4778dfb + e4818d4 commit 579411f
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 203 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/python-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,7 @@ jobs:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-latest]
python_deps_type: [pipenv, poetry, requirements, setup_py]
python_version: [2, 3]
exclude:
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
- python_version: 2
python_deps_type: poetry
# Python2 and pipenv are not supported since pipenv v2021.11.5
- python_version: 2
python_deps_type: pipenv
# Python2 is not available on ubuntu-22.04 by default -- see https://github.com/github/codeql-action/pull/1257
- python_version: 2
os: ubuntu-22.04
python_version: [3]


env:
Expand Down Expand Up @@ -138,14 +128,7 @@ jobs:
fail-fast: false
matrix:
python_deps_type: [pipenv, poetry, requirements, setup_py]
python_version: [2, 3]
exclude:
# Python2 and poetry are not supported. See https://github.com/actions/setup-python/issues/374
- python_version: 2
python_deps_type: poetry
# Python2 and pipenv are not supported since pipenv v2021.11.5
- python_version: 2
python_deps_type: pipenv
python_version: [3]

env:
CODEQL_ACTION_TEST_MODE: true
Expand Down
12 changes: 0 additions & 12 deletions python-setup/tests/pipenv/requests-2/Pipfile

This file was deleted.

60 changes: 0 additions & 60 deletions python-setup/tests/pipenv/requests-2/Pipfile.lock

This file was deleted.

81 changes: 0 additions & 81 deletions python-setup/tests/poetry/requests-2/poetry.lock

This file was deleted.

15 changes: 0 additions & 15 deletions python-setup/tests/poetry/requests-2/pyproject.toml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions python-setup/tests/requirements/requests-2/setup.py

This file was deleted.

12 changes: 0 additions & 12 deletions python-setup/tests/setup_py/requests-2/setup.py

This file was deleted.

0 comments on commit 579411f

Please sign in to comment.