Skip to content

Commit 2361590

Browse files
committed
added pytest related packages to dependencies
1 parent 12629af commit 2361590

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python_Engine/Python/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ dependencies = [
1212
"numpy",
1313
"pandas",
1414
"plotly",
15+
"pytest>=8.3.5",
16+
"pytest-cov>=6.0.0",
17+
"pytest-order",
1518
"virtualenv",
1619
]
1720

0 commit comments

Comments
 (0)