Fix unintended "test" extra by nateprewitt · Pull Request #7306 · psf/requests (original) (raw)
The initial PR for moving to pyproject.toml added tests as an extra but they were intended to be a dependency group. That was corrected in the typing PR but not on main. This fixes the issue so we can get a patch out.
It also adds two missing dependencies because we weren't testing this yet.