Skip to content

Commit 3ff93d8

Browse files
authored
refactor: move dependencies (#29)
1 parent fd5f1a3 commit 3ff93d8

2 files changed

Lines changed: 5 additions & 82 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ requires-python = ">=3.11"
1010
dependencies = [
1111
"minio>=7.2.16",
1212
"setuptools>=80.9.0",
13-
"testcontainers>=4.13.1",
1413
"requests>=2.31.0",
1514
"requests-oauthlib>=1.4.0",
1615
"pydantic>=2.12.3",
@@ -19,16 +18,6 @@ dependencies = [
1918
"traceloop-sdk"
2019
]
2120

22-
[project.optional-dependencies]
23-
dev = [
24-
"pytest>=7.4.0",
25-
"mypy>=1.5.0",
26-
"pytest-cov>=4.0.0",
27-
]
28-
local-dev = [
29-
"testcontainers[minio]>=4.13.1",
30-
]
31-
3221
[build-system]
3322
requires = ["hatchling"]
3423
build-backend = "hatchling.build"
@@ -47,6 +36,11 @@ dev = [
4736
"ruff>=0.8.0",
4837
]
4938

39+
[tool.pytest.ini_options]
40+
markers = [
41+
"integration: marks tests as integration tests (requires Docker)",
42+
]
43+
5044
[tool.coverage.run]
5145
source = ["src"]
5246
omit = [

uv.lock

Lines changed: 0 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)