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
This was happening because we were looking into manifests from test folders too btw, in this case: setuptools-58.2.0/pkg_resources/tests/data/my-test-package-source/setup.cfg
How To Reproduce
Tell us how to reproduce the issue.
Scan setuptools-58.2.0 with scancode-toolkit develop at 86c7db5
The text was updated successfully, but these errors were encountered:
Do not raise exceptions and fail in package instance creation
if there is name/type/version mismatch between detected
package_data. Adds test to verify.
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
Description
Exception being raised here: https://github.com/nexB/scancode-toolkit/blob/develop/src/packagedcode/models.py#L966
This was happening because we were looking into manifests from test folders too btw, in this case:
setuptools-58.2.0/pkg_resources/tests/data/my-test-package-source/setup.cfg
How To Reproduce
Scan
setuptools-58.2.0
with scancode-toolkit develop at 86c7db5The text was updated successfully, but these errors were encountered: