Skip to content

Commit 9c8741c

Browse files
committed
CCM-12616: remove poetry from pre.sh
1 parent b79e3d4 commit 9c8741c

File tree

6 files changed

+2
-17
lines changed

6 files changed

+2
-17
lines changed

.tool-versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ terraform 1.10.1
88
terraform-docs 0.19.0
99
trivy 0.61.0
1010
vale 3.6.0
11-
poetry 1.8.3
1211
# ==============================================================================
1312
# The section below is reserved for Docker image versions.
1413

infrastructure/terraform/components/dl/pre.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ npm ci
99
npm run generate-dependencies --workspaces --if-present
1010

1111
npm run lambda-build --workspaces --if-present
12-
13-
poetry install

lambdas/mesh-download/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
PACKAGE=mesh_download
22
VERSION=0.1.0
33

4-
audit:
5-
cd ../.. && python -m jake.app ddt -t POETRY -f lambdas/mesh-download/poetry.lock
6-
74
install:
85
pip install -r requirements.txt
96

lambdas/mesh-poll/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
PACKAGE=mesh_poll
22
VERSION=0.1.0
33

4-
audit:
5-
cd ../.. && python -m jake.app ddt -t POETRY -f lambdas/mesh-poll/poetry.lock
6-
74
install:
85
pip install -r requirements.txt
96

utils/metric-publishers/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
PACKAGE=metric_publishers
2-
VERSION=1.0.0
3-
4-
audit:
5-
cd ../.. && python -m jake.app ddt -t POETRY -f utils/metric-publishers/poetry.lock
2+
VERSION=0.1.0
63

74
install:
85
pip install -r requirements.txt

utils/py-mock-mesh/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
PACKAGE=py_mock_mesh
2-
VERSION=1.0.0
3-
4-
audit:
5-
cd ../.. && python -m jake.app ddt -t POETRY -f utils/py-mock-mesh/poetry.lock
2+
VERSION=0.1.0
63

74
install:
85
pip install -r requirements.txt

0 commit comments

Comments
 (0)