Skip to content

Commit c686201

Browse files
remove constraint on pytest version <9
1 parent 7af3060 commit c686201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ optional-dependencies.sr = [ "sympy>=1.13.1" ]
5656
optional-dependencies.testing = [
5757
"calmjs-parse",
5858
"onnx>=1.4",
59-
"pytest<9",
59+
"pytest",
6060
"pytest-cov",
6161
"pytest-randomly",
6262
"qonnx",

0 commit comments

Comments
 (0)