Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove tests with old certifi dependency #1441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.