John T. Wodder II
John T. Wodder II
@hauntsaninja That explains why just `exclude = _version.py` doesn't work, but it doesn't explain why `exclude = src/tinuous/_(version|_init__).py` and `mypy src/tinuous/__main__.py` don't work, as `__main__.py` doesn't import `__init__.py` or `_version.py`.
@j-g00da You take it over.
@dependabot Rebase.
I have rebased to remove the merge conflicts. The failing tests are in code that was already failing on the `main` branch.
@yarikoptic The first item is correct. As for the second, pytest does convert the warning into an exception, but that exception is then caught by [this code](https://github.com/nipy/heudiconv/blob/2c6d228516dda41cdc9f91e7bea51b3acdb0f5b7/heudiconv/dicoms.py#L612). I think the...
> specify the branch in the configuration Do you mean via the [`branches`](https://asv.readthedocs.io/en/v0.6.1/asv.conf.json.html#branches) config option? The documentation for that says it only applies to `asv run ALL` and `asv run...
@HaoZeke I'm still having this problem with asv 0.6.3. I tried the following: * On a non-master branch: * Set `branches` to `["master"]` and commit * Create another commit so...
It depends on how you install the package. If you just do `pip install /path/to/project/folder` or similar, neither one will be installed; pip will instead build a new wheel from...
This is still happening with Rust 1.83.0. Note that you have to run `cargo clippy --all-targets`, not just `cargo clippy`, in order for clippy to lint the test function.
@vonhuy1 The analysis of your project's wheels was automatically deleted by the daily cronjob several hours ago. The only remaining trace of your project is the empty project page, which...