Bug 1702082 - python-nbconvert 5.4.1-1.fc31 FTBFS with Python 3.8: AttributeError: module 'cgi' has no attribute 'escape'
Summary: python-nbconvert 5.4.1-1.fc31 FTBFS with Python 3.8: AttributeError: module '...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-nbconvert
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Miro Hrončok
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON38
TreeView+ depends on / blocked
 
Reported: 2019-04-22 22:16 UTC by Miro Hrončok
Modified: 2019-05-02 23:23 UTC (History)
2 users (show)

Fixed In Version: python-nbconvert-5.5.0-1.fc31
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-05-02 23:23:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Full log from Copr (242.49 KB, text/plain)
2019-04-22 22:16 UTC, Miro Hrončok
no flags Details

Description Miro Hrončok 2019-04-22 22:16:00 UTC
Created attachment 1557269 [details]
Full log from Copr

Python 3.8 tests of nbconvert (TestMarkdown) fail with:

    def escape_html(self, text):
>       return cgi.escape(text)
E       AttributeError: module 'cgi' has no attribute 'escape'

nbconvert/filters/markdown_mistune.py:134: AttributeError

Full log attached.


Note You need to log in before you can comment on or make changes to this bug.