14
0

- 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:
2021-09-16 10:22:15 +00:00
committed by Git OBS Bridge
parent daa19307f0
commit 6f82ae126d
3 changed files with 11 additions and 8 deletions

View File

@@ -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)