Skip to content

Commit

Permalink
Fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
saville committed Dec 20, 2023
1 parent 762ca56 commit b9ea3f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ pytest-randomly>=3.10.1
pytest-cov>=2.12.1
ruff>=0.1.7
ruff-lsp>=0.0.45
pre-commit
# Python 3.8 only supports up to 3.5.0
pre-commit<3.6
# Lock major version only
docker<7
tox-pyenv
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pluggy==1.2.0
# via
# pytest
# tox
pre-commit==3.6.0
pre-commit==3.5.0
# via -r test_requirements.in
pygls==1.2.1
# via ruff-lsp
Expand Down

0 comments on commit b9ea3f3

Please sign in to comment.