Skip to content

Commit

Permalink
Use Hatch to manage environments (DataDog#1683)
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 3af1ec8 commit d655292
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 29 deletions.
7 changes: 7 additions & 0 deletions trino/hatch.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[env.collectors.datadog-checks]

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

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

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

This file was deleted.

25 changes: 0 additions & 25 deletions trino/tox.ini

This file was deleted.

0 comments on commit d655292

Please sign in to comment.