Skip to content

capitalone/edgetest-pip-tools

Repository files navigation

pip-tools integration for edgetest

PyPI - Python Version Code style: black PyPI version Anaconda-Server Badge

Full Documentation

Table Of Contents

Install

Installation from PyPI:

$ python -m pip install edgetest-pip-tools

Installation from conda-forge:

$ conda install -c conda-forge edgetest-pip-tools

Getting Started

This edgetest plugin runs after the test execution. If the last environment successfully passes, this plugin will refresh requirements.txt using pip-tools. 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

Contributing

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.

License

Apache-2.0