Skip to content

Commit

Permalink
Move test dependencies to native uv (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Feb 11, 2025
1 parent 68ef685 commit 5b3cfac
Show file tree
Hide file tree
Showing 10 changed files with 307 additions and 676 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ dependencies = [
urls = { Changelog = "https://github.com/adamchainz/flake8-logging/blob/main/CHANGELOG.rst", Funding = "https://adamj.eu/books/", Repository = "https://github.com/adamchainz/flake8-logging" }
entry-points."flake8.extension".L = "flake8_logging:Plugin"

[dependency-groups]
test = [
"coverage[toml]",
"flake8",
"pytest",
"pytest-flake8-path",
"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.

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

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 5b3cfac

Please sign in to comment.