Skip to content

Commit 4a4e2da

Browse files
committed
fix flake8 requirement in testing
1 parent 35ee522 commit 4a4e2da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
#:test
33
pytest == 8.3.5
44
pytest-timeout == 2.3.1
5-
flake8 == 7.2.0
5+
flake8 == 7.1.2; python_version <= '3.8'
6+
flake8 == 7.2.0; python_version >= '3.9'

0 commit comments

Comments
 (0)