Cristian Le

Results 294 issues of Cristian Le

In Fedora many of the dependencies are auto-detected via `%pyproject_buildrequires` and sometimes cmake pinning is included in a projects `[build-system]`. Just to make such packaging smoother it would be nice...

Not sure where the error comes from, but I get a "'method' object is not subscriptable". The code path it was trying to evaluate is: ```python def _spawn_process() -> subprocess.Popen[bytes]:...

I want to mock specific calls to subprocess but the command inputs are varying, e.g. `cmake -S/path/to/generated_data -B/random/build_path`. I would thus like to use regex match these arguments and make...

It seems the core issue is that `with_args` does not behave as a `when`, and thus it fails to give back control to the original caller when needing to mock...

It would be good to document some `tl;dr` examples like: - mock a class and check constructor and method. As far as I read, it should be `new_instance` + `flexmock(),should_receive`?...

For example when importing a rust package, you would want to include the `rust2rpm.toml` which is not included in the srpm. The issue is that adding this breaks the flow...

## Proposal For html documents, just ignore the field, but for LaTeX documents, keep the environment. This is useful for the `physical_review_journals` which are generally formatted as two-columns environments.

enhancement

- [ ] Run all/more pytest tests - [ ] Run freethreading tests

Some cleanup of the packit project and try to package for centos-stream-10. About the copr project, I've changed the version numbering for the `nightly` because I've encountered issue in other...

Wasn't there a meta/tracking issue for projects which have `scikit-build` build-dependency? I thought there was such an issue when tracking feature parity between the two. I was updating `scikit-build` and...