Skip to content

Commit

Permalink
build: pin pylint-test==1.0.3
Browse files Browse the repository at this point in the history
This avoids mysterious errors:
reverbc/pylint-pytest#20
  • Loading branch information
Ned Batchelder committed Jun 22, 2021
1 parent 62a2936 commit 4dace97
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
# link to other information that will help people in the future to remove the
# pin when possible. Writing an issue against the offending project and
# linking to it here is good.

# Not sure why I'm getting cannot-enumerate-pytest-fixtures failures:
# https://github.com/reverbc/pylint-pytest/issues/20
pylint-pytest==1.0.3
6 changes: 4 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,10 @@ pylint==2.8.3
# via
# -r requirements/quality.txt
# pylint-pytest
pylint-pytest==1.1.2
# via -r requirements/quality.txt
pylint-pytest==1.0.3
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
pyparsing==2.4.7
# via
# -r requirements/quality.txt
Expand Down
6 changes: 4 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ pygments==2.9.0
# sphinx
pylint==2.8.3
# via pylint-pytest
pylint-pytest==1.1.2
# via -r requirements/quality.in
pylint-pytest==1.0.3
# via
# -c requirements/constraints.txt
# -r requirements/quality.in
pyparsing==2.4.7
# via
# -r requirements/doc.txt
Expand Down

1 comment on commit 4dace97

@webknjaz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nedbat does reverbc/pylint-pytest#22 fix the issue?

Please sign in to comment.