8000 Merge pull request #29868 from meeseeksmachine/auto-backport-of-pr-29… · matplotlib/matplotlib@4bf746b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bf746b

Browse files
authored
Merge pull request #29868 from meeseeksmachine/auto-backport-of-pr-29834-on-v3.10.x
Backport PR #29834 on branch v3.10.x (TST: pin flake8)
2 parents 2230a0e + 479ed1e commit 4bf746b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies:
5353
# testing
5454
- black<24
5555
- coverage
56-
- flake8>=3.8
56+
- flake8>=3.8,<7.2
5757
- flake8-docstrings>=1.4.0
5858
- gtk4
5959
- ipykernel

requirements/testing/flake8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Extra pip requirements for the GitHub Actions flake8 build
22

3-
flake8>=3.8
3+
flake8>=3.8,<7.2
44
# versions less than 5.1.0 raise on some interp'd docstrings
55
pydocstyle>=5.1.0
66
# 1.4.0 adds docstring-convention=all

0 commit comments

Comments
 (0)
0