Skip to content

Commit

Permalink
build: use uv
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Feb 8, 2025
1 parent dd39f41 commit c7da4aa
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies = [

[dependency-groups]
dev = [
'coverage[toml] (==7.6.4)',
'grpc-stubs (>=1.53.0.5,<2.0.0.0)',
'grpcio-tools (==1.68.0)',
'mypy (==1.13.0)',
Expand All @@ -39,17 +38,6 @@ dev = [
[tool.uv]
package = false

[tool.coverage.run]
concurrency = ['thread', 'greenlet']

[tool.coverage.report]
exclude_lines = [
'pragma: no cover',
'if TYPE_CHECKING:',
'if __name__ == "__main__":',
'raise NotImplementedError'
]

[tool.pytest.ini_options]
addopts = '-rav'
env = ['D:TESTING=true', 'SQLALCHEMY_WARN_20=true']
Expand Down

0 comments on commit c7da4aa

Please sign in to comment.