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:
parent
7b2047dda1
commit
0d9beab1db
4
setup.py
4
setup.py
@ -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",
|
||||||
|
2
tox.ini
2
tox.ini
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user