john-kurkowski / tldextract

Accurately separates a URL’s subdomain, domain, and public suffix, using the Public Suffix List (PSL).
BSD 3-Clause "New" or "Revised" License
1.81k stars 211 forks source link

Extract all testing deps from tox.ini to pyproject.toml extras #310

Closed john-kurkowski closed 8 months ago

john-kurkowski commented 8 months ago

This eases maintainers running tests and tooling without going through tox. For example, running this project's mypy configuration directly in their IDE. tox remains the SPOT for these checks.