Summary: | dev-python/py-gnupg fails tests if /etc/motd does not exist | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=460082 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
dropped |
Created attachment 340824 [details] Build log It may be a mis-design of tests, issue in the module or some special feature (conditional skiptest necessary?). By the way, last commit 10 years ago... bugs unassigned for 5 years. It has no rev-deps (duplicity bundles its own patched copy). ====================================================================== ERROR: test_attach_fhs (__main__.GnuPGTests) Do GnuPG operations using the attach_fhs feature ---------------------------------------------------------------------- Traceback (most recent call last): File "unittests.py", line 128, in test_attach_fhs plainfile = open(plaintext_source) IOError: [Errno 2] No such file or directory: '/etc/motd' ----------------------------------------------------------------------