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.
This commit is contained in:
Ran Benita
2021-10-30 20:47:21 +03:00
parent 999923ba97
commit 5672d85809
2 changed files with 2 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ zip_safe = False
python_requires = >=3.6
install_requires =
execnet>=1.1
pytest>=6.0.0
pytest>=6.2.0
pytest-forked
setup_requires = setuptools_scm>=6.0