Skip to content

Commit 69b42be

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 69b42be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
isolated_build = True
3-
minversion = 3.20.0
3+
requires = tox>=4
44
distshare = {homedir}/.tox/distshare
55
envlist =
66
linting

0 commit comments

Comments
 (0)