John T. Wodder II

Results 112 comments of John T. Wodder II

@yarikoptic Any commits made directly to `master` are displayed by `auto` in their own section, [as seen here](https://github.com/dandi/dandi-cli/releases/tag/0.17.0). Whether that's desirable or not is up to you. Note that, if...

@hipstersmoothie Option added; will report back. Regarding `dist/*`, I don't believe that's the cause. The pattern only expands to two files, whose combined paths are 58 characters long. I believe...

I (an interested bystander) wholeheartedly endorse the "storing args in a file" solution. Yes, it's a breaking change, but it's a breaking change you *need*. @hipstersmoothie > To unblock you...

Ping @hipstersmoothie. [The well-established problems with exec](https://github.com/intuit/auto/issues/1294) are breaking our pipeline, and we need a workaround.

Note that datalad's dynamic loading of methods will not play nice with mypy. At a certain point (I'm not sure what triggers type-checking of method calls; it may or may...

I've posted a question on the pytest repository about the best way to do this: https://github.com/pytest-dev/pytest/discussions/9913

@yarikoptic I believe you meant to comment on #6688.

I've posted a question on the pytest repository about how to do this: https://github.com/pytest-dev/pytest/discussions/9935

@mih One of the motivators for this issue is to be able to test datalad extensions that import datalad and/or its test helpers, in which case pytest emits various warnings...

@yarikoptic Following that advice doesn't give us the same results as we currently get. Some warnings are still emitted involving LooseVersion and the `imp` module; they seem to be emitted...