File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ setup-deploy-tools:
71
71
setup : setup-trivy setup-deploy-tools
72
72
pip install --upgrade pip
73
73
pip install " setuptools>=65.5.1" pipenv
74
- PIP_IGNORE_INSTALLED=1 pipenv install --dev --deploy --ignore-pipfile
74
+ PIP_IGNORE_INSTALLED=1 pipenv install --dev --deploy # --ignore-pipfile
75
75
76
76
# download and install a few ibm cloud cli tools
77
77
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
@@ -140,7 +140,7 @@ ifdef TRAVIS
140
140
endif
141
141
# ignore 41002: coverage <6.0b1 resolved (5.5 installed)! it's part of pytest-cov
142
142
# which does not have a version containing the fix.
143
- pipenv check # --ignore 41002 --ignore 51499
143
+ pipenv check --ignore 41002 --ignore 51499
144
144
pre-commit run --all-files --show-diff-on-failure
145
145
146
146
.PHONY : start-db_metrics
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ pep8-naming = "==0.12.1"
16
16
pytest-cov = " ==3.0.0"
17
17
18
18
[packages ]
19
- pipenv = " ==2022.3.28"
20
19
logmatic-python = " ==0.1.7"
21
20
confluent-kafka = " ==1.8.2"
22
21
jaeger-client = " ==4.8.0"
You can’t perform that action at this time.
0 commit comments