We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6eb29fc + 781ef14 commit 430e86eCopy full SHA for 430e86e
packages/metapackage/package.json
@@ -38,7 +38,7 @@
38
"devDependencies": {
39
"fs-extra": "^8.0.1",
40
"rimraf": "^3.0.2",
41
- "typedoc": "^0.14.2",
+ "typedoc": "^0.22.13",
42
"typescript": "~4.1.3"
43
},
44
"publishConfig": {
requirements/github-actions.yml
@@ -26,7 +26,9 @@ dependencies:
26
# test tools
27
- pytest-asyncio
28
- pytest-cov
29
- - pytest-flake8
+ # 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
32
- pytest-runner
33
- ruamel_yaml
34
- pytest-github-actions-annotate-failures
0 commit comments