File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Trivial/Internal Changes
136
136
- Internal ``mark.py `` module has been turned into a package. (`#3250
137
137
<https://github.com/pytest-dev/pytest/issues/3250> `_)
138
138
139
- - ``pytest `` now depends on the `more_itertools
139
+ - ``pytest `` now depends on the `more-itertools
140
140
<https://github.com/erikrose/more-itertools> `_ package. (`#3265
141
141
<https://github.com/pytest-dev/pytest/issues/3265> `_)
142
142
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def main():
60
60
'six>=1.10.0' ,
61
61
'setuptools' ,
62
62
'attrs>=17.4.0' ,
63
- 'more_itertools >=4.0.0' ,
63
+ 'more-itertools >=4.0.0' ,
64
64
]
65
65
# if _PYTEST_SETUP_SKIP_PLUGGY_DEP is set, skip installing pluggy;
66
66
# 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
128
128
changedir = doc/en
129
129
deps =
130
130
attrs
131
- more_itertools
131
+ more-itertools
132
132
PyYAML
133
133
sphinx
134
134
sphinxcontrib-trio
You can’t perform that action at this time.
0 commit comments