File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
[tox]
2
2
3
-
4
3
envlist = py-sqlalchemy
5
4
6
5
SQLA_REPO = {env:SQLA_REPO:git+https://github.com/sqlalchemy/sqlalchemy.git}
@@ -26,7 +25,7 @@ deps=pytest>4.6,<8.2
26
25
backports.zoneinfo; python_version<"3.9"
27
26
tzdata
28
27
zimports
29
- black ==24.10.0
28
+ black ==24.10.0; python_version>"3.8"
30
29
greenlet>=1
31
30
32
31
97
96
pydocstyle<4.0.0
98
97
# used by flake8-rst-docstrings
99
98
pygments
100
- black ==24.10.0
99
+ black ==24.10.0; python_version>"3.8"
101
100
commands =
102
101
flake8 ./alembic/ ./tests/ setup.py docs/build/conf.py {posargs}
103
102
black --check setup.py tests alembic
@@ -108,5 +107,5 @@ deps=
108
107
sqlalchemy>=2
109
108
mako
110
109
zimports
111
- black ==24.10.0
110
+ black ==24.10.0; python_version>"3.8"
112
111
commands = python tools/write_pyi.py
You can’t perform that action at this time.
0 commit comments