Skip to content

Commit 5227300

Browse files
committed
Fixed dev setup for tox
1 parent 342681f commit 5227300

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ dependencies = [
3939
"babel>=2.12.0",
4040
"fluent-syntax>=0.14",
4141
"pytz>=2025.2",
42-
"tox-uv>=1.13.1",
43-
"tox>=4.8.0",
4442
]
4543

4644
[project.urls]
@@ -99,4 +97,6 @@ dev = [
9997
"markupsafe>=1.1.1",
10098
"pre-commit>=3.5.0",
10199
"pytest>=7.4.4",
100+
"tox-uv>=1.13.1",
101+
"tox>=4.25.0",
102102
]

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ envlist = py38,py39,py310,py311,py312,py313
77
commands = pytest {posargs}
88
runner = uv-venv-runner
99
with_dev = true
10+
dependency_groups =
11+
dev
1012
deps = .

0 commit comments

Comments
 (0)