Installation from PyPI:
$ python -m pip install edgetest-pip-tools
Installation from conda-forge:
$ conda install -c conda-forge edgetest-pip-tools
This edgetest
plugin runs after the test execution. If the last environment successfully
passes, this plugin will refresh requirements.txt
using uv pip compile
. To use this plugin,
you must use the --export
flag in your CLI call:
$ edgetest --config setup.cfg --export
If you want to specify a PyPI index supply index_url
in your configuration:
[edgetest.pip_tools]
index_url = ...
If you want to include extra installations in your pip-tools
call (only available for PEP-517
compliant builds), add a newline-separated list of extras:
[edgetest.pip_tools]
extras =
complete
See our developer documentation.
We welcome and appreciate your contributions! Before we can accept any contributions, we ask that you please be sure to sign the Contributor License Agreement (CLA)
This project adheres to the Open Source Code of Conduct. By participating, you are expected to honor this code.
Apache-2.0