diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-26 00:50:50 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-26 00:50:50 -0800 |
| commit | 971e764b0d8cfbd544d6a2adfa91100ddb68f752 (patch) | |
| tree | 01f94706e4e537a4b80c4d5a618660a1f54e36d4 /docs/tutorials/wiki | |
| parent | 2e1da5700d30519d5e9f0a6feaaefabcfd145249 (diff) | |
| download | pyramid-971e764b0d8cfbd544d6a2adfa91100ddb68f752.tar.gz pyramid-971e764b0d8cfbd544d6a2adfa91100ddb68f752.tar.bz2 pyramid-971e764b0d8cfbd544d6a2adfa91100ddb68f752.zip | |
Add note about docutils deprecation warnings.
Submitted a PR to fix the warnings in WebTest https://github.com/Pylons/webtest/pull/207, which usually gets reviewed and merged rapidly, so didn't bother to include a warning for it.
Diffstat (limited to 'docs/tutorials/wiki')
| -rw-r--r-- | docs/tutorials/wiki/tests.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst index 9dacc5f96..a0872e605 100644 --- a/docs/tutorials/wiki/tests.rst +++ b/docs/tutorials/wiki/tests.rst @@ -73,3 +73,6 @@ The expected result should look like the following: ......................... 25 passed in 6.87 seconds + +If you use Python 3.7, you may see deprecation warnings from the docutils 0.14 package. +You can apply a [patch](https://sourceforge.net/p/docutils/patches/144/) to fix the issue, or ignore it and wait for the next release of docutils. |
