Skip to content

Commit 95d8a76

Browse files
Unpin tox (#1093)
* Unpin tox * Pass thru fake version * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9d23ae9 commit 95d8a76

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
python -VV
6464
python -m site
65-
python -m pip install --upgrade wheel 'tox<4' tox-gh-actions
65+
python -m pip install --upgrade wheel tox tox-gh-actions
6666
6767
- run: python -m tox
6868

@@ -134,7 +134,7 @@ jobs:
134134
# Keep in sync with tox/docs and .readthedocs.yaml.
135135
python-version: "3.10"
136136

137-
- run: python -m pip install --upgrade wheel 'tox<4'
137+
- run: python -m pip install --upgrade wheel tox
138138
- run: python -m tox -e docs,changelog
139139

140140
pyright:
@@ -158,7 +158,7 @@ jobs:
158158
with:
159159
python-version: ${{env.PYTHON_LATEST}}
160160

161-
- run: python -m pip install --upgrade wheel 'tox<4'
161+
- run: python -m pip install --upgrade wheel tox
162162
- run: python -m tox -e pyright
163163

164164
install-dev:

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ commands =
2727
[testenv]
2828
extras = tests
2929
commands = python -m pytest {posargs:-n auto}
30+
passenv = SETUPTOOLS_SCM_PRETEND_VERSION
3031

3132

3233
[testenv:py3{7,10,11}]

0 commit comments

Comments
 (0)