File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 77# link to other information that will help people in the future to remove the
88# pin when possible. Writing an issue against the offending project and
99# linking to it here is good.
10+
11+ # Not sure why I'm getting cannot-enumerate-pytest-fixtures failures:
12+ # https://github.com/reverbc/pylint-pytest/issues/20
13+ pylint-pytest==1.0.3
Original file line number Diff line number Diff line change @@ -210,8 +210,10 @@ pylint==2.8.3
210210 # via
211211 # -r requirements/quality.txt
212212 # pylint-pytest
213- pylint-pytest==1.1.2
214- # via -r requirements/quality.txt
213+ pylint-pytest==1.0.3
214+ # via
215+ # -c requirements/constraints.txt
216+ # -r requirements/quality.txt
215217pyparsing==2.4.7
216218 # via
217219 # -r requirements/quality.txt
Original file line number Diff line number Diff line change @@ -168,8 +168,10 @@ pygments==2.9.0
168168 # sphinx
169169pylint==2.8.3
170170 # via pylint-pytest
171- pylint-pytest==1.1.2
172- # via -r requirements/quality.in
171+ pylint-pytest==1.0.3
172+ # via
173+ # -c requirements/constraints.txt
174+ # -r requirements/quality.in
173175pyparsing==2.4.7
174176 # via
175177 # -r requirements/doc.txt
You can’t perform that action at this time.
0 commit comments