Skip to content

Commit 2326e4d

Browse files
committed
add comment to explain why mypy is skipped on pypy
1 parent e477ccc commit 2326e4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
':python_version == "3.6"': ["dataclasses"],
1919
"lint": ["pre-commit~=1.18"],
2020
"docs": ["sphinx"],
21+
# typed-ast (a dependency of mypy) fails to install on pypy: https://github.com/python/typed_ast/issues/111
2122
"tests": ["mypy; implementation_name != 'pypy'"],
2223
}
2324
EXTRAS_REQUIRE["dev"] = (

0 commit comments

Comments
 (0)