Skip to content

Commit 86aa757

Browse files
Fixed missing dependency to pytest (#181)
2 parents 12629af + 2361590 commit 86aa757

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)