Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1975502 Details for
Bug 2099823
Please branch and build python-m2r for EPEL9
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The patch applied for the successful scratch build
test-cli.patch (text/plain), 1.06 KB, created by
Mattias Ellert
on 2023-07-12 23:39:38 UTC
(
hide
)
Description:
The patch applied for the successful scratch build
Filename:
MIME Type:
Creator:
Mattias Ellert
Created:
2023-07-12 23:39:38 UTC
Size:
1.06 KB
patch
obsolete
>From 58ee9cabdadf5e3deb13037f3052238f0f2bffcd Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com> >Date: Fri, 8 Jan 2021 19:07:21 +0100 >Subject: [PATCH] Make TestConvert.test_no_file work with Python 3.10 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >argparse in Python 3.10 now prints "options:" instead of >"optional arguments:", see: https://bugs.python.org/issue9694 > >Signed-off-by: Nikola Forró <nforro@redhat.com> >--- > tests/test_cli.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tests/test_cli.py b/tests/test_cli.py >index e53e209..3828870 100644 >--- a/tests/test_cli.py >+++ b/tests/test_cli.py >@@ -58,7 +58,7 @@ def test_no_file(self): > self.assertIn('underscore-emphasis', message) > self.assertIn('anonymous-references', message) > self.assertIn('inline-math', message) >- self.assertIn('options:', message) >+ self.assertRegex(message, r'option(s|al arguments):') > > def test_parse_file(self): > output = parse_from_file(test_md)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2099823
: 1975502