Skip to content

Commit ed2fbd3

Browse files
committed
conformance - enable pytype on Windows
1 parent 22bf371 commit ed2fbd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conformance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To run the conformance test suite:
6060
* Switch to the `conformance` subdirectory and install all dependencies (`pip install -r requirements.txt`).
6161
* Switch to the `src` subdirectory and run `python main.py`.
6262

63-
Note that some type checkers may not run on some platforms. For example, pytype cannot be installed on Windows. If a type checker fails to install, tests will be skipped for that type checker.
63+
Note that some type checkers may not run on some platforms. If a type checker fails to install, tests will be skipped for that type checker.
6464

6565
## Reporting Conformance Results
6666

conformance/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pyright
55
mypy
66
pip
77
pyre-check
8-
pytype; platform_system != "Windows"
8+
pytype

0 commit comments

Comments
 (0)