Skip to content

Commit

Permalink
Use Hatch to manage environments (DataDog#1645)
Browse files Browse the repository at this point in the history
* Use Hatch to manage environments

* Update hatch.toml
  • Loading branch information
ofek authored Dec 10, 2022
1 parent 067be17 commit 3af1ec8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 29 deletions.
8 changes: 8 additions & 0 deletions grpc_check/hatch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[env.collectors.datadog-checks]

[[envs.default.matrix]]
python = ["3.8"]

[envs.default]
dependencies = ["grpcio", "grpcio-health-checking"]
e2e-env = false
2 changes: 0 additions & 2 deletions grpc_check/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ include = [
"/datadog_checks",
"/tests",
"/manifest.json",
"/requirements-dev.txt",
"/tox.ini",
]

[tool.hatch.build.targets.wheel]
Expand Down
3 changes: 0 additions & 3 deletions grpc_check/requirements-dev.txt

This file was deleted.

24 changes: 0 additions & 24 deletions grpc_check/tox.ini

This file was deleted.

0 comments on commit 3af1ec8

Please sign in to comment.