We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2047d commit 0d9beabCopy full SHA for 0d9beab
2 files changed
setup.py
@@ -14,12 +14,12 @@ def long_description():
14
author_email="miro@hroncok.cz",
15
url="https://github.com/fedora-python/tox-current-env",
16
license="MIT",
17
- version="0.0.6",
+ version="0.0.7",
18
package_dir={"": "src"},
19
packages=find_packages("src"),
20
entry_points={"tox": ["current-env = tox_current_env.hooks"]},
21
install_requires=[
22
- "tox>=3.15",
+ "tox>=3.15,<4",
23
"importlib_metadata; python_version < '3.8'"
24
],
25
python_requires=">=3.6",
tox.ini
@@ -10,7 +10,7 @@ deps=
10
pytest-xdist
11
packaging
12
tox315: tox >=3.15,<3.16
13
- toxrelease: tox
+ toxrelease: tox < 4
toxmaster: git+https://github.com/tox-dev/tox.git@master
commands =
pytest -v {posargs} tests
0 commit comments