Skip to content

Commit 0489ba3

Browse files
authored
Move test dependencies to native uv (#495)
1 parent c9147e0 commit 0489ba3

10 files changed

+273
-601
lines changed

pyproject.toml

+9
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ urls.Funding = "https://adamj.eu/books/"
4646
urls.Repository = "https://github.com/adamchainz/time-machine"
4747
entry-points.pytest11.time_machine = "time_machine"
4848

49+
[dependency-groups]
50+
test = [
51+
"backports-zoneinfo; python_version<'3.9'",
52+
"coverage[toml]",
53+
"pytest",
54+
"pytest-randomly",
55+
"python-dateutil",
56+
]
57+
4958
[tool.isort]
5059
add_imports = [
5160
"from __future__ import annotations",

tests/requirements/compile.py

-26
This file was deleted.

tests/requirements/py310.txt

-136
This file was deleted.

tests/requirements/py311.txt

-96
This file was deleted.

0 commit comments

Comments
 (0)