Cary Hawkins
Cary Hawkins
Can you adjust `tests/cli/env/test_show.py` for `test_default_as_json` test as well for this change?
Can you resolve conflicts and check what of your PR is still needed? A lot of this should be already merged in from other PRs
I am not sure that your note makes sense mentioning uv as a build frontend inside of documentation for another build frontend of hatch.
We can definitely get this out in our next patch release for 1.16.2, 1.16.1 was focused on immediate regression fixes.
This should already be possible with hatch, coverage has its own header for configuration in pyproject.toml so you can have ``` [tool.coverage.xml] output = mydir/foo/bar.xml ``` which will then output...
We can update the documentation as it is misleading. ``` [tool.hatch.build.targets.sdist] include = [ "mypackage", "/tests" ] ``` should actually be ``` [tool.hatch.build.targets.sdist] include = [ "mypackage", "/tests/" ] ```...
I will try to repro this. One note - we no longer use pyfakefs as of 1.16.0 because it was used in 2 places and did not work correctly with...
We are working through some other implementations at the moment. Can you explain more about what exactly you are trying to integrate into PyCharm that this is required? PyCharm already...
> Is it possible to make hatch env show --json work for container environments without having to install hatch-containers (given that hatch env show works without having to install hatch-containers)...
Looking at the failures in https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1350248&view=logs&j=7b6f2c87-f3a7-5133-8d84-7c03a75d9dfc&t=9eb77fd2-8ddd-5444-8fc0-71cb28dcb736&l=1868 These are the same failures I am working through for the workspaces branch. I get identical failures running these locally on my mac. A...