mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/e4u: fix tests
Closes: https://bugs.gentoo.org/660532 Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9075
This commit is contained in:
committed by
Andreas Sturmlechner
parent
ee566408f5
commit
453f853494
11
dev-python/e4u/files/initialize-e4u-tests.patch
Normal file
11
dev-python/e4u/files/initialize-e4u-tests.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/test/test.py 2018-05-22 08:32:05.000000000 +0200
|
||||
+++ b/test/test.py 2018-07-07 00:41:02.861367660 +0200
|
||||
@@ -7,7 +7,7 @@
|
||||
import unittest
|
||||
import e4u
|
||||
|
||||
-e4u.load()
|
||||
+e4u.load(filename=r"./e4u/data/emoji4unicode.xml")
|
||||
|
||||
DISPLAY_INFO = False
|
||||
|
||||
Reference in New Issue
Block a user