Fix unit test regressions with the latest Python-Markdown.

Review Request #12477 — Created July 18, 2022 and submitted

chipx86
Review Board
release-4.0.x
reviewboard

Our unit tests have been using the Python-Markdown version to determine
what results to expect when rendering. We were using an outdated
variable for this version, and that variable was just removed in this
week's Python-Markdown release.

This change updates our unit tests to check the modern variable. This is
compatible with all supported versions of Python-Markdown.

Unit tests pass for Python 2.7 and 3 with the latest Python-Markdown on
each.

Summary
Fix unit test regressions with the latest Python-Markdown.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (f978c02)
Loading...