Merge pull request #3364 from sscherfke/more-itertools

Use correct spelling for "more-itertools"
This commit is contained in:
Ronny Pfannschmidt 2018-04-03 21:30:42 +02:00 committed by GitHub
commit ad0b4330e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
<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/pytest-dev/pytest/issues/3265>`_)

View File

@ -60,7 +60,7 @@ def main():
'six>=1.10.0',
'setuptools',
'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;
# used by tox.ini to test with pluggy master

View File

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