hypothesis / hypothesis/cookiecutters
Use a separate `pipcompile` virtualenv to compile requirements files
Open
enhancement
- Dominant language
- Python
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Instead of using each individual virtualenv (`.tox/format/`, `.tox/tests/`, etc) to compile its corresponding requirements file (`requirements/format.txt`, `requirements/tests.txt`, etc) use a single `.tox/pipcompile/` environment with just `pip-tools` installed in it to compile all requirements files. This should simplify the implementation of `make requirements`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.