Skip to content

Commit 0d9beab

Browse files
committed
Pin tox < 4, release as 0.0.7
1 parent 7b2047d commit 0d9beab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ def long_description():
1414
author_email="miro@hroncok.cz",
1515
url="https://github.com/fedora-python/tox-current-env",
1616
license="MIT",
17-
version="0.0.6",
17+
version="0.0.7",
1818
package_dir={"": "src"},
1919
packages=find_packages("src"),
2020
entry_points={"tox": ["current-env = tox_current_env.hooks"]},
2121
install_requires=[
22-
"tox>=3.15",
22+
"tox>=3.15,<4",
2323
"importlib_metadata; python_version < '3.8'"
2424
],
2525
python_requires=">=3.6",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deps=
1010
pytest-xdist
1111
packaging
1212
tox315: tox >=3.15,<3.16
13-
toxrelease: tox
13+
toxrelease: tox < 4
1414
toxmaster: git+https://github.com/tox-dev/tox.git@master
1515
commands =
1616
pytest -v {posargs} tests

0 commit comments

Comments
 (0)