Use correct spelling for "more-itertools"

This commit is contained in:
Stefan Scherfke 2018-04-03 16:48:32 +02:00
parent 9326759a63
commit 9aa2a83785
3 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ Trivial/Internal Changes
- Internal ``mark.py`` module has been turned into a package. (`#3250 - Internal ``mark.py`` module has been turned into a package. (`#3250
<https://github.com/pytest-dev/pytest/issues/3250>`_) <https://github.com/pytest-dev/pytest/issues/3250>`_)
- ``pytest`` now depends on the `more_itertools - ``pytest`` now depends on the `more-itertools
<https://github.com/erikrose/more-itertools>`_ package. (`#3265 <https://github.com/erikrose/more-itertools>`_ package. (`#3265
<https://github.com/pytest-dev/pytest/issues/3265>`_) <https://github.com/pytest-dev/pytest/issues/3265>`_)

View File

@ -60,7 +60,7 @@ def main():
'six>=1.10.0', 'six>=1.10.0',
'setuptools', 'setuptools',
'attrs>=17.4.0', 'attrs>=17.4.0',
'more_itertools>=4.0.0', 'more-itertools>=4.0.0',
] ]
# if _PYTEST_SETUP_SKIP_PLUGGY_DEP is set, skip installing pluggy; # if _PYTEST_SETUP_SKIP_PLUGGY_DEP is set, skip installing pluggy;
# used by tox.ini to test with pluggy master # used by tox.ini to test with pluggy master

View File

@ -128,7 +128,7 @@ usedevelop = True
changedir = doc/en changedir = doc/en
deps = deps =
attrs attrs
more_itertools more-itertools
PyYAML PyYAML
sphinx sphinx
sphinxcontrib-trio sphinxcontrib-trio