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

+12
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

-26
This file was deleted.

tests/requirements/py310.txt

-229
This file was deleted.

tests/requirements/py311.txt

-187
This file was deleted.

0 commit comments

Comments
 (0)