Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ pytest-cov>=2.10.0
setuptools>=75.1.0
tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.9
pre_commit>=3.5.0
types-requests>=2.32.4.20250913
4 changes: 4 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,12 @@ types-psutil==7.0.0.20250822
# via -r build-requirements.txt
types-setuptools==80.9.0.20250822
# via -r build-requirements.txt
types-requests==2.32.4.20250913
# via -r test-requirements.in
typing-extensions==4.14.1
# via -r mypy-requirements.txt
urllib3==2.5.0
# via types-requests
virtualenv==20.34.0
# via pre-commit

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ passenv =
MYPY_FORCE_TERMINAL_WIDTH
commands =
python runtests.py self
python -m mypy --config-file mypy_self_check.ini misc --exclude misc/sync-typeshed.py
python -m mypy --config-file mypy_self_check.ini misc
python -m mypy --config-file mypy_self_check.ini test-data/unit/plugins
Loading