Skip to content

Commit 65a36e7

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

File tree

3 files changed

+59
-3
lines changed

3 files changed

+59
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ pep8-naming = "==0.12.1"
1616
pytest-cov = "==3.0.0"
1717

1818
[packages]
19+
pipenv = "==2022.3.28"
1920
logmatic-python = "==0.1.7"
2021
confluent-kafka = "==1.8.2"
2122
jaeger-client = "==4.8.0"

Pipfile.lock

Lines changed: 57 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)