pyproject-api icon indicating copy to clipboard operation
pyproject-api copied to clipboard

API to interact with the python pyproject.toml based projects

Results 4 pyproject-api issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/tox-dev/pyproject-fmt: 2.0.3 → 2.1.1](https://github.com/tox-dev/pyproject-fmt/compare/2.0.3...2.1.1)

updates: - [github.com/python-jsonschema/check-jsonschema: 0.29.0 → 0.29.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.29.0...0.29.1) - [github.com/tox-dev/pyproject-fmt: 2.1.4 → 2.2.1](https://github.com/tox-dev/pyproject-fmt/compare/2.1.4...2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.6.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.6.1)

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...

``` _______________ test_setuptools_prepare_metadata_for_build_wheel _______________ frontend_setuptools = tmp_path = PosixPath('/tmp/pytest-of-marcel/pytest-21/test_setuptools_prepare_metada0') def test_setuptools_prepare_metadata_for_build_wheel(frontend_setuptools: SubprocessFrontend, tmp_path: Path) -> None: meta = tmp_path / "meta" result = frontend_setuptools.prepare_metadata_for_build_wheel(metadata_directory=meta) assert result is not None dist...