Skip to content

Commit dd96a23

Browse files
author
Chuyang Deng
committed
add 2.2.0 to fw_utils unit test
1 parent 595f061 commit dd96a23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/test_fw_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ def is_mxnet_1_4_py2(framework, framework_version, py_version):
109109

110110

111111
@pytest.fixture(
112-
scope="module", params=["1.11", "1.11.0", "1.12", "1.12.0", "1.14", "1.14.0", "1.15", "1.15.0"]
112+
scope="module",
113+
params=["1.11", "1.11.0", "1.12", "1.12.0", "1.14", "1.14.0", "1.15", "1.15.0", "2.0", "2.2.0"]
113114
)
114115
def tf_version(request):
115116
return request.param

0 commit comments

Comments
 (0)