提交 99d29798 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Re-enable test_flake8 for python3 since we no longer use 2to3.

上级 3d1e3ef1
...@@ -305,8 +305,6 @@ def test_format_flake8(): ...@@ -305,8 +305,6 @@ def test_format_flake8():
""" """
if not flake8_available: if not flake8_available:
raise SkipTest("flake8 is not installed") raise SkipTest("flake8 is not installed")
if PY3:
raise SkipTest("not testing in python3 since 2to3 ran")
total_errors = 0 total_errors = 0
for path in list_files(): for path in list_files():
rel_path = os.path.relpath(path, theano.__path__[0]) rel_path = os.path.relpath(path, theano.__path__[0])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论