Skip to content

Commit f57ad49

Browse files
committed
Temporarily pin pytest-flake8
1 parent 16aa3a7 commit f57ad49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements/github-actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ dependencies:
3232
# test tools
3333
- pytest-asyncio
3434
- pytest-cov
35-
- pytest-flake8
35+
# see https://github.com/conda-forge/pytest-flake8-feedstock/issues/20
36+
# and https://github.com/tholo/pytest-flake8/issues/86
37+
- pytest-flake8 <1.1.1
3638
- pytest-runner
3739
- ruamel_yaml
3840
- pytest-github-actions-annotate-failures

0 commit comments

Comments
 (0)