1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-08-21 22:18:52 +02:00

hooks: implement custom tox_runenvreport without a pip dependency

This gets rid of the pip dependency, undesirable in some cases.

Signed-off-by: Filipe Laíns <lains@archlinux.org>
This commit is contained in:
Filipe Laíns
2020-08-27 16:35:19 +01:00
parent e3e6de27ba
commit aca2fb563b
2 changed files with 16 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ setup(
# but the one downloaded from PyPI isn't and it doesn't work properly.
"tox>=3.15; python_version >= '3.8'",
"tox>=3.13; python_version < '3.8'",
"importlib_metadata; python_version < '3.8'"
],
python_requires=">=3.6",
classifiers=[