Skip to content

Commit 263683b

Browse files
committed
Pytest 7.0 is now the minimum version required
Signed-off-by: Pedro Algarvio <[email protected]>
1 parent 877d283 commit 263683b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ Unreleased
352352
directly to ``sys.{stdout,stderr}``.
353353
This change also switches all output from ``sys.stderr`` to ``sys.stdout``.
354354
Thanks Pedro Algarvio.
355+
- Pytest 7.0.0 is now the minimum supported version. Thanks Pedro Algarvio.
355356

356357
2.2.0
357358
-----

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers =
3131
[options]
3232
py_modules = pytest_timeout
3333
install_requires =
34-
pytest>=5.0.0
34+
pytest>=7.0.0
3535
python_requires = >=3.7
3636

3737
[options.entry_points]

0 commit comments

Comments
 (0)