Skip to content

Commit 5672d85

Browse files
committed
Require pytest>=6.2
This makes things much easier in terms of typing. pytest 6.2 has been out for a ~year so if someone updates pytest-xdist they should also update pytest! Fix #720.
1 parent 999923b commit 5672d85

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/720.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Require pytest>=6.2.0.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ zip_safe = False
3838
python_requires = >=3.6
3939
install_requires =
4040
execnet>=1.1
41-
pytest>=6.0.0
41+
pytest>=6.2.0
4242
pytest-forked
4343
setup_requires = setuptools_scm>=6.0
4444

0 commit comments

Comments
 (0)