Tony Narlock
Tony Narlock
Same issue: https://github.com/vcs-python/libvcs/actions/runs/192124266
@gwatts : Any updates here? jQuery's latest version switched to modularize their plugin, have you considered that approach? > The latest release is now also at http://omnipotent.net/jquery.sparkline/latest/jquery.sparkline.js > > bower...
Friendlier typing syntax seems to be a carrot for deprecating old python releases. In my tmuxp project, I still support python 3.7, so have to use `Union`, `Optional`, etc. In...
If we removed `MockAwareDoctestFinder` we will be able to remove `warn_unused_ignores = true` (ef5cdfae69c41bcc3c89addcf6229a68bb9d627b) The python version condition + `type:ignore` causes issues when running against CI with python versions matrix'd...
@thisch If you check out the PR, do `pip install -e '.[lint,myst-parser]'` Do the example commands above work? e.g. `pytest examples/`, `python -m doctest_docutils examples/test.rst -v` You can also try...
@thisch in re: your tests [here](https://github.com/thisch/pytest-sphinx/pull/38#issuecomment-1237448780) Can you do `git pull --rebase --autostash`, wipe your virtualenv and reinstall dependencies? I did a lot of changes and want to make sure...
> @tony which library supports parsing the .. doctest:: directive? Is this supported by the docutils? If yes, where can I find it in the docs? The `setup()` in `doctest_docutils`...
> @tony Sry that my comment wasn't clear enough. What I did in my tests was just to test your examples (rst and markdown files in examples/) in a virtualenv,...
@thisch Rebased at e22846f
@davidjb nice =]