Skip to content

Commit

Permalink
Require latest version of readme_renderer (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed Apr 21, 2022
1 parent 36695ab commit 4223ee1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions mypy.ini
Expand Up @@ -26,10 +26,6 @@ ignore_missing_imports = True
; https://github.com/requests/toolbelt/issues/279
ignore_missing_imports = True

[mypy-readme_renderer,readme_renderer.*]
; https://github.com/pypa/readme_renderer/issues/166
ignore_missing_imports = True

[mypy-rfc3986]
ignore_missing_imports = True

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -36,7 +36,7 @@ packages =
python_requires = >=3.7
install_requires=
pkginfo >= 1.8.1
readme-renderer >= 21.0
readme-renderer >= 35.0
requests >= 2.20
requests-toolbelt >= 0.8.0, != 0.9.0
urllib3 >= 1.26.0
Expand Down
3 changes: 2 additions & 1 deletion tests/test_check.py
Expand Up @@ -204,7 +204,8 @@ def test_fails_rst_no_content(tmp_path, capsys, caplog):
"twine.commands.check",
logging.ERROR,
"`long_description` has syntax errors in markup "
"and would not be rendered on PyPI.\n",
"and would not be rendered on PyPI.\n"
"No content rendered from RST source.",
),
]

Expand Down

0 comments on commit 4223ee1

Please sign in to comment.