1
0
mirror of https://github.com/fedora-python/tox-current-env.git synced 2025-02-10 04:55:48 +01:00

Pin tox < 4, release as 0.0.7

This commit is contained in:
Miro Hrončok 2022-02-06 22:54:51 +01:00
parent 7b2047dda1
commit 0d9beab1db
2 changed files with 3 additions and 3 deletions

View File

@ -14,12 +14,12 @@ setup(
author_email="miro@hroncok.cz", author_email="miro@hroncok.cz",
url="https://github.com/fedora-python/tox-current-env", url="https://github.com/fedora-python/tox-current-env",
license="MIT", license="MIT",
version="0.0.6", version="0.0.7",
package_dir={"": "src"}, package_dir={"": "src"},
packages=find_packages("src"), packages=find_packages("src"),
entry_points={"tox": ["current-env = tox_current_env.hooks"]}, entry_points={"tox": ["current-env = tox_current_env.hooks"]},
install_requires=[ install_requires=[
"tox>=3.15", "tox>=3.15,<4",
"importlib_metadata; python_version < '3.8'" "importlib_metadata; python_version < '3.8'"
], ],
python_requires=">=3.6", python_requires=">=3.6",

View File

@ -10,7 +10,7 @@ deps=
pytest-xdist pytest-xdist
packaging packaging
tox315: tox >=3.15,<3.16 tox315: tox >=3.15,<3.16
toxrelease: tox toxrelease: tox < 4
toxmaster: git+https://github.com/tox-dev/tox.git@master toxmaster: git+https://github.com/tox-dev/tox.git@master
commands = commands =
pytest -v {posargs} tests pytest -v {posargs} tests