Skip to content

Commit 4dace97

Browse files
author
Ned Batchelder
committed
build: pin pylint-test==1.0.3
This avoids mysterious errors: reverbc/pylint-pytest#20
1 parent 62a2936 commit 4dace97

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

requirements/constraints.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
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

requirements/dev.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
215217
pyparsing==2.4.7
216218
# via
217219
# -r requirements/quality.txt

requirements/quality.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,10 @@ pygments==2.9.0
168168
# sphinx
169169
pylint==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
173175
pyparsing==2.4.7
174176
# via
175177
# -r requirements/doc.txt

0 commit comments

Comments
 (0)