Jason R. Coombs
Jason R. Coombs
[icmplibv2](https://pypi.org/project/icmplibv2/) appears to be an unauthorized fork of icmplib. The releases did not even update the homepage of the project, so it's not straightforward to trace the source of icmplibv2....
> I don't know if it's possible to report it to request its removal. Reading through [PEP 541](https://peps.python.org/pep-0541/), I don't see anything about removing packages with similar names that aren't...
Vince, would you be willing to take on the "turn down pipelines" aspect of this issue? I know you've already stopped any alerts. Is there anything more that you would...
I appreciate the change here - guiding users toward selecting a higher risk tolerance based on vaccination. I found myself trying to communicate this factor outside the site and would...
I don't plan to write a test to cover this change. We might consider asking Kenny to add one.
Two of the issues manifest thus: ``` ___________ TestUnicodeReader.test_bytes_encoding_detection_windows ___________ self = def test_bytes_encoding_detection_windows(self): """Test for detecting the encoding of a windows-1252 bytes file""" filepath = p.join(io.DATA_DIR, "windows1252.csv") records =...
See also 09ffd67 where doctests, once enabled, started failing on Windows as well.
To make the new publishing work, we'll want to [add a trusted publisher](https://docs.pypi.org/trusted-publishers/adding-a-publisher/) to the [meza project](https://pypi.org/project/meza). @reubano Can you do that? The workflow name is `main.yml` and the environment...
Looks like the implementation is here: https://github.com/pypa/pipx/blob/dc9f9a849a918c68bc2cc99c72651022371fcf9f/src/pipx/venv.py#L405-L407 ~~It also looks like it doesn't play well with local installs.~~ (edit: wasn't correct on latest code)
Nice. I didn't know (or had forgotten) that feature existed. Except I over-simplified my example in trying to simplify the request. My bad. What I really want to do is...