We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877d283 commit 263683bCopy full SHA for 263683b
README.rst
@@ -352,6 +352,7 @@ Unreleased
352
directly to ``sys.{stdout,stderr}``.
353
This change also switches all output from ``sys.stderr`` to ``sys.stdout``.
354
Thanks Pedro Algarvio.
355
+- Pytest 7.0.0 is now the minimum supported version. Thanks Pedro Algarvio.
356
357
2.2.0
358
-----
setup.cfg
@@ -31,7 +31,7 @@ classifiers =
31
[options]
32
py_modules = pytest_timeout
33
install_requires =
34
- pytest>=5.0.0
+ pytest>=7.0.0
35
python_requires = >=3.7
36
37
[options.entry_points]
0 commit comments