pytest-dev / pytest-cov

Coverage plugin for pytest.
MIT License
1.72k stars 211 forks source link

Strange BSD License mapping for pytest_cov-2.7.1-py2.py3-none-any.whl #625

Closed brunopacheco1 closed 8 months ago

brunopacheco1 commented 8 months ago

Summary

I am reviewing licenses with OSS Review Toolkit and this report shows the message below.

pytest_cov is under MIT, but this file pytest_cov-2.7.1-py2.py3-none-any.whl is under BSD License. How is that possible?

image

Expected vs actual result

Everything should be under MIT.

Reproducer

Run ORT on a project the depends on pytest_cov==2.7.1.

Versions

pytest_cov==2.7.1

brunopacheco1 commented 8 months ago

I will close this issue, as it was already fixed at v2.12.0. I have to fix the mapping on OSS Review Toolkit side.