Use correct spelling for "more-itertools"
This commit is contained in:
parent
9326759a63
commit
9aa2a83785
|
@ -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>`_)
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue