Skip to content

Commit d442dcb

Browse files
authored
List pip as an explicit dependency for the conformance tests (#1757)
I created a virtual environment using `uv`, which meant that `pip` wasn't automatically installed into my environment, causing all tests to be skipped due to things like this: https://github.com/python/typing/blob/a79b87fadb0185d8032211dc81638f4acb5bc122/conformance/src/type_checker.py#L76-L84
1 parent a79b87f commit d442dcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conformance/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ tomlkit
33
tqdm
44
pyright
55
mypy
6+
pip
67
pyre-check
78
pytype; platform_system != "Windows"

0 commit comments

Comments
 (0)