Bug 1702082

Summary: python-nbconvert 5.4.1-1.fc31 FTBFS with Python 3.8: AttributeError: module 'cgi' has no attribute 'escape'
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: python-nbconvertAssignee: Miro Hrončok <mhroncok>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: nonamedotc, python-sig
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-nbconvert-5.5.0-1.fc31 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-05-02 23:23:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1686977    
Attachments:
Description Flags
Full log from Copr none

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.