Jason R. Coombs

Results 1062 comments of Jason R. Coombs

You’re welcome to proceed that way or assign to me and I can investigate the issue. Let me know.

It's working fine for me: ``` twine main $ pip-run jaraco.envs Python 3.11.0 (main, Oct 26 2022, 19:06:18) [Clang 14.0.0 (clang-1400.0.29.202)] on darwin Type "help", "copyright", "credits" or "license" for...

The issue seems to be that under some circumstances, the env used to install pypiserver is `.tox/integration` and not `.tox/pypiserver` as expected. ``` (Pdb) env.create() .pkg: _optional_hooks> python /Users/jaraco/code/pypa/twine/.tox/integration/lib/python3.11/site-packages/pyproject_api/_backend.py True...

I'm able to replicate the issue without `jaraco.envs`. The issue is either with tox or more likely with running tox from a virtualenv: ``` twine main $ tox -e integration...

I upgraded my copy of `virtualenv` as found in my $PATH and cleaned the twine checkout and now I'm able to replicate the failures in both `devpi` and `pypiserver`. Then,...

I am able to work around the issue by pinning to `tox

This issue is related to #161. It seems inflect is naïve when it comes to many words and simply adds or subtracts a trailing s for plural/singular transforms. Probably there...

@kinkerl Just checking in on this issue. Do you have plans to revisit the concerns above?

It looks like this issue has gotten a little stale, and since we haven't heard back from the contributor, I'm going to close it for now. If you'd like to...

At least one audience that would like to keep the legacy APIs is in https://github.com/mesonbuild/meson/issues/12401. I admit, I prefer this approach over keeping the legacy APIs with the cruft that...