Skip to content

Commit

Permalink
build: unpin pylint-pytest since their bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 5, 2024
1 parent 63acb47 commit 53473f0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
4 changes: 0 additions & 4 deletions requirements/constraints.txt
Expand Up @@ -8,10 +8,6 @@
# 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

# docutils is causing problems for sphinx_rtd_theme, but doc8 wants to force it
# forward. Hold back doc8 while everyone resolves their issues.
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1323
Expand Down
6 changes: 4 additions & 2 deletions requirements/dev.txt
Expand Up @@ -75,7 +75,9 @@ distlib==0.3.8
# -r requirements/tox.txt
# virtualenv
doc8==0.11.2
# via -r requirements/quality.txt
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
docutils==0.20.1
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -241,7 +243,7 @@ pylint==3.1.0
# via
# -r requirements/quality.txt
# pylint-pytest
pylint-pytest==1.0.3
pylint-pytest==1.1.7
# via -r requirements/quality.txt
pyproject-api==1.6.1
# via
Expand Down
4 changes: 3 additions & 1 deletion requirements/doc.txt
Expand Up @@ -29,7 +29,9 @@ cogapp==3.4.1
coverage==7.5.1
# via -r requirements/test.txt
doc8==0.11.2
# via -r requirements/doc.in
# via
# -c requirements/constraints.txt
# -r requirements/doc.in
docutils==0.20.1
# via
# doc8
Expand Down
10 changes: 1 addition & 9 deletions requirements/quality.txt
Expand Up @@ -55,18 +55,10 @@ coverage==7.5.1
dill==0.3.8
# via pylint
doc8==0.11.2
<<<<<<< HEAD
# via
# -c requirements/constraints.txt
# -r requirements/doc.txt
docutils==0.20.1
||||||| parent of ac0c398 (chore: make upgrade)
# via -r requirements/doc.txt
docutils==0.19
=======
# via -r requirements/doc.txt
docutils==0.20.1
>>>>>>> ac0c398 (chore: make upgrade)
# via
# -r requirements/doc.txt
# doc8
Expand Down Expand Up @@ -209,7 +201,7 @@ pylint==3.1.0
# via
# -r requirements/quality.in
# pylint-pytest
pylint-pytest==1.0.3
pylint-pytest==1.1.7
# via -r requirements/quality.in
pyproject-hooks==1.1.0
# via build
Expand Down

0 comments on commit 53473f0

Please sign in to comment.