Skip to content

Commit 430e86e

Browse files
authored
Merge pull request #782 from jupyter-lsp/backport-781-and-761
Backport PRs #781 and #761 on branch 3.x
2 parents 6eb29fc + 781ef14 commit 430e86e

File tree

3 files changed

+69
-139
lines changed

3 files changed

+69
-139
lines changed

packages/metapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"fs-extra": "^8.0.1",
4040
"rimraf": "^3.0.2",
41-
"typedoc": "^0.14.2",
41+
"typedoc": "^0.22.13",
4242
"typescript": "~4.1.3"
4343
},
4444
"publishConfig": {

requirements/github-actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ dependencies:
2626
# test tools
2727
- pytest-asyncio
2828
- pytest-cov
29-
- pytest-flake8
29+
# see https://github.com/conda-forge/pytest-flake8-feedstock/issues/20
30+
# and https://github.com/tholo/pytest-flake8/issues/86
31+
- pytest-flake8 <1.1.1
3032
- pytest-runner
3133
- ruamel_yaml
3234
- pytest-github-actions-annotate-failures

0 commit comments

Comments
 (0)