File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ usedevelop = True
128128changedir = doc/en
129129deps =
130130 attrs
131- more_itertools
131+ more-itertools
132132 PyYAML
133133 sphinx
134134 sphinxcontrib-trio
You can’t perform that action at this time.
0 commit comments