Skip to content

Commit 65ede5b

Browse files
committed
tox: require tox>=4
Tox 4.0.0 was released on Dec 7, 2022, should be OK to require it. On the way, since `minversion` is deprecated, replace it with `require`. https://tox.wiki/en/latest/config.html#min_version
1 parent fd7742e commit 65ede5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog/13841.contrib.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
``tox>=4`` is now required when contributing to pytest.

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[tox]
22
isolated_build = True
3-
minversion = 3.20.0
3+
requires =
4+
tox >= 4
45
distshare = {homedir}/.tox/distshare
56
envlist =
67
linting

0 commit comments

Comments
 (0)