diff options
author | 2022-05-29 10:55:04 -0700 | |
---|---|---|
committer | 2022-05-29 11:21:04 -0700 | |
commit | 98c6318326575412986cef7012961eacd9912977 (patch) | |
tree | ff5d657f43f14a91b9ec9f3e1f4799ccbee771b3 /tests/gunicorn_utils.py | |
parent | CI: only show pre-commit log if it exists (diff) |
Deps: use pip-tools instead of Pipenv
Pipenv was limited to only "normal" and "dev" dependencies. pip-tools
is more flexible, since each requirements file can be constrained by
more than one other requirements file. This means CI can choose to only
install coverage deps in the test job and linting deps in the lint job,
but these dependencies will still be constrained by each other and by
other requirements, so a developer will be able to install both sets
simultaneously without conflicts.
Use a Makefile to make up for the loss of Pipenv's scripts
functionality.
Diffstat (limited to 'tests/gunicorn_utils.py')
0 files changed, 0 insertions, 0 deletions