Skip to content

Commit bbab9aa

Browse files
committed
update pip and makefile
Signed-off-by: Stephen Linnell <[email protected]>
1 parent 65a36e7 commit bbab9aa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ setup-deploy-tools:
7171
setup: setup-trivy setup-deploy-tools
7272
pip install --upgrade pip
7373
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
7575

7676
# download and install a few ibm cloud cli tools
7777
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
@@ -140,7 +140,7 @@ ifdef TRAVIS
140140
endif
141141
# ignore 41002: coverage <6.0b1 resolved (5.5 installed)! it's part of pytest-cov
142142
# which does not have a version containing the fix.
143-
pipenv check #--ignore 41002 --ignore 51499
143+
pipenv check --ignore 41002 --ignore 51499
144144
pre-commit run --all-files --show-diff-on-failure
145145

146146
.PHONY: start-db_metrics

Pipfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pep8-naming = "==0.12.1"
1616
pytest-cov = "==3.0.0"
1717

1818
[packages]
19-
pipenv = "==2022.3.28"
2019
logmatic-python = "==0.1.7"
2120
confluent-kafka = "==1.8.2"
2221
jaeger-client = "==4.8.0"

0 commit comments

Comments
 (0)