forked from pool/python-PyInstaller
- Skip TestDeeplyNested.testRegr for gh#pyinstaller/pyinstaller#4406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyInstaller?expand=0&rev=12
This commit is contained in:
@@ -12,16 +12,13 @@ which caused regex parse errors. This particular line is now whitelisted
|
||||
as skipable. And any future unrecognised patterns will now issue
|
||||
warnings.
|
||||
---
|
||||
PyInstaller/depend/utils.py | 12 ++++++++++++
|
||||
news/5540.bugfix.rst | 3 +++
|
||||
2 files changed, 15 insertions(+)
|
||||
PyInstaller/depend/utils.py | 12 ++++++++++++
|
||||
1 file changed, 12 insertions(+)
|
||||
create mode 100644 news/5540.bugfix.rst
|
||||
|
||||
diff --git a/PyInstaller/depend/utils.py b/PyInstaller/depend/utils.py
|
||||
index baffb2a9f3..95846f39d5 100644
|
||||
--- a/PyInstaller/depend/utils.py
|
||||
+++ b/PyInstaller/depend/utils.py
|
||||
@@ -399,6 +399,18 @@ def load_ldconfig_cache():
|
||||
@@ -397,6 +397,18 @@ def load_ldconfig_cache():
|
||||
for line in text:
|
||||
# :fixme: this assumes libary names do not contain whitespace
|
||||
m = pattern.match(line)
|
||||
|
Reference in New Issue
Block a user