Marc Mueller
Marc Mueller
I'm seeing ~major~ performance regression with coverage and Python 3.11.0b1 (compared to 3.10). _Tests run on MacOS with coverage 6.3.3._ **Project 1 - mostly unit tests** | Python version |...
> @cdce8p The most likely cause of a slowdown that large is using the Python tracer instead of the CTracer. Can you add `COVERAGE_DEBUG=sys` into the environment variables when you...
I opened #237 to address this one
> **Note:** I have a security alert from dependabot and have updated the `dev-requirements.txt` . So, `dev-4.0.0` has been rebased to commit [7dba43c](https://github.com/raimon49/pip-licenses/commit/7dba43c2e8799016d975004a1f689234ac4407a0) and force pushed. Thanks for letting me...
> I'd love if #71 were considered for 4.0 somehow. As someone who relies on `pip-licenses` to help properly display license information of third party packages, missing some of their...
@raimon49 Just opened #96
> Today, I added the following commit to my `master` branch. > > * Updated development dependencies to resolve security alerts. > > * [d863b9f](https://github.com/raimon49/pip-licenses/commit/d863b9ff61bfc2d74ece99f30475b01684b70748) > * Fixing broken test...
> @cdce8p As more people move to alternatives to `setuptools` such as Poetry, will these enhancements also need to be added to those tools as well? I believe so, unfortunately....
Thought I would add some background information. By default no version of `setuptools` includes license files inside the `.egg-info` folder. It's up to the individual developer to do so. I...
> @cdce8p Do you still want to review this before we merge this? I think with my last comments addressed this is almost good to go! If you're ok with...