Skip to content

Commit 90fb9b6

Browse files
author
Yuchen Nie
committed
change py3 to py36
1 parent 1b22134 commit 90fb9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def mxnet_eia_py_version(mxnet_eia_version, request):
161161
if Version(mxnet_eia_version) < Version("1.7.0"):
162162
return request.param
163163
else:
164-
return "py3"
164+
return "py36"
165165

166166

167167
@pytest.fixture(scope="module", params=["py2", "py3"])

0 commit comments

Comments
 (0)