Skip to content

Commit

Permalink
Require pytest>=6.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bluetech committed Nov 1, 2021
1 parent 999923b commit 5672d85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/720.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Require pytest>=6.2.0.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5672d85

Please sign in to comment.