Skip to content

Commit 3435137

Browse files
authored
Move test dependencies to native uv (#665)
1 parent d130f8b commit 3435137

File tree

10 files changed

+510
-1053
lines changed

10 files changed

+510
-1053
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ urls.Funding = "https://adamj.eu/books/"
4343
urls.Repository = "https://github.com/pytest-dev/pytest-randomly"
4444
entry-points.pytest11.randomly = "pytest_randomly"
4545

46+
[dependency-groups]
47+
test = [
48+
"coverage[toml]",
49+
"factory-boy",
50+
"faker",
51+
"importlib-metadata>=3.6; python_version<'3.10'",
52+
"model-bakery>=1.13",
53+
"numpy",
54+
"pytest",
55+
"pytest-xdist",
56+
]
57+
4658
[tool.isort]
4759
add_imports = [
4860
"from __future__ import annotations",

tests/requirements/compile.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

tests/requirements/py310.txt

Lines changed: 0 additions & 229 deletions
This file was deleted.

tests/requirements/py311.txt

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)