-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please test with Docutils 0.19b1 #591
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
Cheers for the notification @AA-Turner ! |
I ran this with docutils 0.19, and got the following test failures:
|
Your test expectations should be changed, the location of PEPs moved. Good that this was the only failure! A |
This was only me passing in docutils 0.19 after relaxing the version bounds in pyproject.toml, and running unit tests. I didn't do any manual testing. |
Ugh, I took a closer look. These URLs are hardcoded in the This means the fixtures need to be different, depending on which version of docutils the test suite runs with? 👀 I've seen a similar PR at #478 that patches the fixtures, but don't see where it runs conditionally only with docutils >=0.18… |
adding support for `.md` files! Note: This downgrades docutils and doc8 due to a conflict in support for 0.19 in myst-parser being tracked in executablebooks/MyST-Parser#591
adding support for `.md` files! Note: This downgrades docutils and doc8 due to a conflict in support for 0.19 in myst-parser being tracked in executablebooks/MyST-Parser#591 Co-authored-by: Dustin Ingram <[email protected]>
adding support for `.md` files! Note: This downgrades docutils and doc8 due to a conflict in support for 0.19 in myst-parser being tracked in executablebooks/MyST-Parser#591 Co-authored-by: Dustin Ingram <[email protected]>
Hi,
We've just released Docutils 0.19b1, and intend to release 0.19 final on 05/07/2022 (a week on Tuesday). Please would you test with the pre-release, and raise any issues to me either on this issue or on the Docutils tracker?
python -m pip install --pre "docutils==0.19b1"
or install Docutils' master withpython -m pip install "git+https://repo.or.cz/docutils.git#subdirectory=docutils"
.Thanks,
Adam
The text was updated successfully, but these errors were encountered: