Skip to content

Commit d2ca39c

Browse files
committed
fix broken unit tests
1 parent 0da45c3 commit d2ca39c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/conftest.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ def sklearn_version(request):
125125

126126
@pytest.fixture(scope='module', params=['1.4', '1.4.1', '1.5', '1.5.0', '1.6', '1.6.0',
127127
'1.7', '1.7.0', '1.8', '1.8.0', '1.9', '1.9.0',
128-
'1.10', '1.10.0', '1.11', '1.11.0', '1.12', '1.12.0',
129-
'1.13', '1.13.1'])
128+
'1.10', '1.10.0', '1.11', '1.11.0', '1.12', '1.12.0'])
130129
def tf_version(request):
131130
return request.param
132131

0 commit comments

Comments
 (0)