Skip to content

build: upgrade pip/setuptools in CI #568

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
Feb 27, 2025
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
12 changes: 12 additions & 0 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: apt update && apt install -y bc jq lsof
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: (cd .circleci/ && ./installJava.sh)
- run: python3 -m pip install pip setuptools --upgrade
- run: make dev-install
- run: (cd .circleci/ && ./doUnitTests.sh << parameters.cdi-version >>)
- store_test_results:
Expand All @@ -49,6 +50,7 @@ jobs:
- run: (cd .circleci/ && ./installJava.sh)
- run: (cd .circleci/ && ./installNode.sh 20)
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: python3 -m pip install -r dev-requirements.txt
- run: (cd .circleci/ && ./doBackendSDKTests.sh << parameters.cdi-version >> << parameters.fdi-version >>)
- slack/status
Expand All @@ -70,6 +72,7 @@ jobs:
- run: (cd .circleci/ && ./installNode.sh 20)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: make with-fastapi
- run: (cd .circleci/ && ./websiteFastApi.sh << parameters.fdi-version >>)
- slack/status
Expand All @@ -91,6 +94,7 @@ jobs:
- run: (cd .circleci/ && ./installNode.sh 20)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: make with-flask
- run: (cd .circleci/ && ./websiteFlask.sh << parameters.fdi-version >>)
- slack/status
Expand All @@ -112,6 +116,7 @@ jobs:
- run: (cd .circleci/ && ./installNode.sh 20)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: make with-django
- run: (cd .circleci/ && ./websiteDjango.sh << parameters.fdi-version >>)
- slack/status
Expand All @@ -133,6 +138,7 @@ jobs:
- run: (cd .circleci/ && ./installNode.sh 20)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: make with-drf
- run: (cd .circleci/ && ./websiteDrfAsync.sh << parameters.fdi-version >>)
- slack/status
Expand All @@ -154,6 +160,7 @@ jobs:
- run: (cd .circleci/ && ./installNode.sh 20)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: make with-drf
- run: (cd .circleci/ && ./websiteDrfSync.sh << parameters.fdi-version >>)
- slack/status
Expand All @@ -175,6 +182,7 @@ jobs:
- run: (cd .circleci/ && ./installNode.sh 20)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: make with-django2x
- run: (cd .circleci/ && ./websiteDjango2x.sh << parameters.fdi-version >>)
- slack/status
Expand All @@ -198,6 +206,7 @@ jobs:
- run: (cd .circleci/ && ./installNode.sh 20)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: make with-flask
- run: python -m pip install nest-asyncio
- run: (cd .circleci/ && ./websiteFlask.sh << parameters.fdi-version >>)
Expand All @@ -223,6 +232,7 @@ jobs:
- run: (cd .circleci/ && ./installNode.sh 20)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: make with-fastapi
- run: (cd .circleci && ./authReactFastApi.sh << parameters.fdi-version >>)
- store_test_results:
Expand Down Expand Up @@ -255,6 +265,7 @@ jobs:
- run: (cd .circleci/ && ./installNode.sh 20)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: make with-flask
- run: (cd .circleci && ./authReactFlask.sh << parameters.fdi-version >>)
- store_test_results:
Expand Down Expand Up @@ -287,6 +298,7 @@ jobs:
- run: (cd .circleci/ && ./installNode.sh 20)
- run: git config --global url."https://github.com/".insteadOf ssh://[email protected]/
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
- run: python3 -m pip install pip setuptools --upgrade
- run: make with-django
- run: (cd .circleci && ./authReactDjango.sh << parameters.fdi-version >>)
- store_test_results:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit-hook-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
python3 -m venv venv
source venv/bin/activate
python3 -m pip install pip setuptools --upgrade
make dev-install && rm -rf src
- name: Run checks
# New steps require sourcing the venv again
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.28.1] - 2025-02-26
- Pins `httpx` and `respx` to current major versions (<1.0.0)
- Removes `respx` dependency from `fastapi` install
- Upgrades `pip` and `setuptools` in CI runs

## [0.28.0]
- **[Breaking] Updates pre-commit hooks to use `pre-commit`**
Expand Down
Loading