Skip to content

Commit c5373ed

Browse files
committed
Reworking dto tests to use automated dto detection
1 parent ea2ad7f commit c5373ed

6 files changed

Lines changed: 3042 additions & 2621 deletions

File tree

python-client/pdm.lock

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

python-client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ml_runtime = [
6868
"wandb",
6969
"tensorflow-io-gcs-filesystem<0.32; platform_machine != 'arm64'", # Tensorflow io does not work for windows from 0.32, but does not work for arm64 before...
7070
]
71-
test = ["pytest-cov>=4.0.0", "pytest>=7.1.2", "pytest-xdist>=3.3.1"]
71+
test = ["pytest-cov>=4.0.0", "pytest>=7.1.2", "pytest-xdist>=3.3.1", "polyfactory"]
7272
doc = [
7373
"furo>=2023.5.20",
7474
"myst-parser>=1.0.0",

0 commit comments

Comments
 (0)