Implement a --pypi-filter option for tox
Project description
About
Tox includes a --force-dep option that can be used to provide version restrictions for dependencies - however, by design this only works with dependencies explicitly listed in the deps section of the tox.ini file (see this issue for a discussion of this).
The tox-pypi-filter plugin works around this by using a proxy PyPI server that filters packages in a way that is independent of tox’s implementation.
Installing
To install:
pip install tox-pypi-filter
Using
This plugin provides a --pypi-filter command-line option that takes PEP440 version specifiers separated by semicolons, e.g.:
tox --pypi-filter "numpy==1.14.*;pytest<4" -e py37-test
In this case, if Numpy or PyTest are needed by the tox environment, the versions that will be installed will satisfy the version specification supplied.
Caveats
This plugin will not work properly if you use the -i/--index-url option manually when calling tox. In addition, this will only work with pip-based installs, and will not work with e.g. tox-conda.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for tox_pypi_filter-0.7-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7126d7576208a3c69417d9682c170b66eec0fc4ac308dfc409f49c90d08a9dbe |
|
MD5 | 92a14118b4c716c06bc28990e27adf0d |
|
BLAKE2b-256 | d1ad97e10eb2a99f61b9ffe8d87b65458d4776d6178227872250dd21045afbe4 |