Skip to content

Commit

Permalink
Add pytest to EXTERNAL_REQ_ALLOWLIST
Browse files Browse the repository at this point in the history
Needed for python/typeshed#13448. I think pytest can definitely be
considered trusted.
  • Loading branch information
srittau committed Feb 27, 2025
1 parent 6c6cbfd commit 52d6fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stub_uploader/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def verify_typeshed_req(req: Requirement) -> None:
"numpy",
"pandas-stubs",
"pyproj",
"pytest",
"referencing",
"setuptools",
"torch",
Expand Down

0 comments on commit 52d6fef

Please sign in to comment.