Javier Buzzi
Javier Buzzi
Fully tested. Also increases the coverage from [85%](https://github.com/bw2/ConfigArgParse/actions/runs/15669874657) (master) to [91%](https://github.com/bw2/ConfigArgParse/actions/runs/15674670079?pr=317)
Also, please. I need this for another project, can this be released as soon as possible? 1.7.2 or 1.8.0?
[Speaking as a pytest dev member](https://github.com/orgs/pytest-dev/people?query=kingbuzzman) -- well you know my bias.. I'm very pro-pytest.
> have already addressed this in PR #625. I'm not going to review and approve a duplicate PR. @tbooth This is not a duplicate PR, there is some overlap, but...
https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html From my own tests (see CI) it works with 3.6+, the `3.8` mentioned in their page is just that there is no more support for anything under 3.8 according...
> [why] keeping any setup.py script is necessary only for 3.6 ------ See this script for python `3.6`: ```shell rm -f setup.py # This is why setup.py is neeeded!!!! Note...
@tbooth For reference, I checkout'ed your branch and ran the same script, and it passed... well, all but the `setup.py` because you dont have one. I think the major difference...
> any reason not to merge this? Yes. Because it doesn't work 🤦♂️🤣 While it looks amazing on paper, the context is being ignored in CI and well, it just...
> The migration CLI could potentially rewrite Which migration CLI are you referring to here? Are you referring to [django-upgrade](https://github.com/adamchainz/django-upgrade)?