You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mypy issues with setuptools-scm 8.0.1 (see pypa/setuptools-scm#912) highlighted that it is purely a build-time requirement, where even during editable install (PEP 517) setuptools-scm is downloaded in a sandbox. Hence, it shouldn't be required in [test], and perhaps should be moved to [dev] for debugging purposes.
The text was updated successfully, but these errors were encountered:
Mypy issues with setuptools-scm 8.0.1 (see pypa/setuptools-scm#912) highlighted that it is purely a build-time requirement, where even during editable install (PEP 517) setuptools-scm is downloaded in a sandbox. Hence, it shouldn't be required in [test], and perhaps should be moved to [dev] for debugging purposes.
The text was updated successfully, but these errors were encountered: