Skip to content

Commit fb1a406

Browse files
Merge pull request #1217 from gooddata/snapshot-master-1ee2b68c-to-rel/dev
[bot] Merge master/1ee2b68c into rel/dev
2 parents 795538a + 1ee2b68 commit fb1a406

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

pyproject.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,23 @@ lint = [
4545
type = [
4646
"mypy~=1.11.2"
4747
]
48+
test = [
49+
# Common test dependencies used across all workspace packages
50+
"pytest~=8.3.4",
51+
"pytest-cov~=6.0.0",
52+
# Additional test dependencies used by multiple packages
53+
"pytest-snapshot==0.9.0",
54+
"pytest-order~=1.3.0",
55+
"vcrpy~=7.0.0",
56+
"urllib3==1.26.9",
57+
"python-dotenv~=1.0.0",
58+
"deepdiff~=8.5.0",
59+
"pytest-mock>=3.14.0",
60+
# Package-specific dependencies (only needed by some packages)
61+
# but included here for convenience when working on the full workspace
62+
"moto>=5.1.6",
63+
"orjson>=3.11.3",
64+
]
4865
release = [
4966
"tbump~=6.11.0",
5067
"tomlkit>=0.11"

uv.lock

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

0 commit comments

Comments
 (0)