Skip to content

Commit ad0b433

Browse files
Merge pull request #3364 from sscherfke/more-itertools
Use correct spelling for "more-itertools"
2 parents 9326759 + 9aa2a83 commit ad0b433

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Trivial/Internal Changes
136136
- Internal ``mark.py`` module has been turned into a package. (`#3250
137137
<https://github.com/pytest-dev/pytest/issues/3250>`_)
138138

139-
- ``pytest`` now depends on the `more_itertools
139+
- ``pytest`` now depends on the `more-itertools
140140
<https://github.com/erikrose/more-itertools>`_ package. (`#3265
141141
<https://github.com/pytest-dev/pytest/issues/3265>`_)
142142

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def main():
6060
'six>=1.10.0',
6161
'setuptools',
6262
'attrs>=17.4.0',
63-
'more_itertools>=4.0.0',
63+
'more-itertools>=4.0.0',
6464
]
6565
# if _PYTEST_SETUP_SKIP_PLUGGY_DEP is set, skip installing pluggy;
6666
# used by tox.ini to test with pluggy master

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ usedevelop = True
128128
changedir = doc/en
129129
deps =
130130
attrs
131-
more_itertools
131+
more-itertools
132132
PyYAML
133133
sphinx
134134
sphinxcontrib-trio

0 commit comments

Comments
 (0)