Skip to content

Commit

Permalink
Move test dependencies to native uv (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Feb 11, 2025
1 parent dc6dd39 commit 17c1e6e
Show file tree
Hide file tree
Showing 10 changed files with 336 additions and 780 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ urls.Changelog = "https://github.com/adamchainz/blacken-docs/blob/main/CHANGELOG
urls.Repository = "https://github.com/asottile/blacken-docs"
scripts.blacken-docs = "blacken_docs:main"

[dependency-groups]
test = [
"black>=22.1",
"coverage[toml]",
"pytest",
"pytest-randomly",
]

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 17c1e6e

Please sign in to comment.