Skip to content

Commit

Permalink
Move test dependencies to native uv (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Feb 11, 2025
1 parent c9147e0 commit 0489ba3
Show file tree
Hide file tree
Showing 10 changed files with 273 additions and 601 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ urls.Funding = "https://adamj.eu/books/"
urls.Repository = "https://github.com/adamchainz/time-machine"
entry-points.pytest11.time_machine = "time_machine"

[dependency-groups]
test = [
"backports-zoneinfo; python_version<'3.9'",
"coverage[toml]",
"pytest",
"pytest-randomly",
"python-dateutil",
]

[tool.isort]
add_imports = [
"from __future__ import annotations",
Expand Down
26 changes: 0 additions & 26 deletions tests/requirements/compile.py

This file was deleted.

136 changes: 0 additions & 136 deletions tests/requirements/py310.txt

This file was deleted.

96 changes: 0 additions & 96 deletions tests/requirements/py311.txt

This file was deleted.

Loading

0 comments on commit 0489ba3

Please sign in to comment.