Skip to content

Commit d0411ae

Browse files
authored
Test the mypy plugin on windows (#58)
* Test the mypy plugin on windows Fixes #57 * remove outdated comment
1 parent b8fc499 commit d0411ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"pytest",
2323
# re: pypy: typed-ast (a dependency of mypy) fails to install on pypy
2424
# https://github.com/python/typed_ast/issues/111
25-
# re: win32: pytest-mypy-plugins depends on capturer, which isn't supported on
26-
# windows
27-
"pytest-mypy-plugins; implementation_name != 'pypy' and sys.platform != 'win32'",
25+
"pytest-mypy-plugins>=1.2.0; implementation_name != 'pypy'",
2826
],
2927
}
3028
EXTRAS_REQUIRE["dev"] = (

0 commit comments

Comments
 (0)