Skip to main content

pip-tools integration for edgetest

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edgetest-pip-tools-2023.8.0.tar.gz (9.9 kB view hashes)

Uploaded Source

Built Distribution

edgetest_pip_tools-2023.8.0-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page