>>> py3-emoji: Building community/py3-emoji 1.7.0-r0 (using abuild 3.9.0-r0) started Thu, 21 Apr 2022 09:28:12 +0000 >>> py3-emoji: Checking sanity of /home/buildozer/aports/community/py3-emoji/APKBUILD... >>> py3-emoji: Analyzing dependencies... >>> py3-emoji: Installing for build: build-base python3 py3-setuptools py3-pytest (1/25) Installing libbz2 (1.0.8-r1) (2/25) Installing libffi (3.4.2-r1) (3/25) Installing gdbm (1.23-r0) (4/25) Installing xz-libs (5.2.5-r1) (5/25) Installing mpdecimal (2.5.1-r1) (6/25) Installing readline (8.1.2-r0) (7/25) Installing sqlite-libs (3.38.2-r0) (8/25) Installing python3 (3.10.3-r1) (9/25) Installing py3-appdirs (1.4.4-r3) (10/25) Installing py3-more-itertools (8.12.0-r2) (11/25) Installing py3-ordered-set (4.0.2-r3) (12/25) Installing py3-parsing (2.4.7-r3) (13/25) Installing py3-six (1.16.0-r1) (14/25) Installing py3-packaging (21.3-r0) (15/25) Installing py3-setuptools (59.4.0-r0) (16/25) Installing py3-atomicwrites (1.4.0-r2) (17/25) Installing py3-attrs (21.4.0-r0) (18/25) Installing py3-iniconfig (1.1.1-r2) (19/25) Installing py3-pluggy (1.0.0-r0) (20/25) Installing py3-py (1.10.0-r2) (21/25) Installing py3-wcwidth (0.2.5-r2) (22/25) Installing py3-toml (0.10.2-r3) (23/25) Installing py3-pygments (2.11.2-r0) (24/25) Installing py3-pytest (6.2.5-r2) (25/25) Installing .makedepends-py3-emoji (20220421.092812) Executing busybox-1.35.0-r10.trigger OK: 317 MiB in 114 packages >>> py3-emoji: Cleaning up srcdir >>> py3-emoji: Cleaning up pkgdir >>> py3-emoji: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-emoji-1.7.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> py3-emoji: Fetching py3-emoji-1.7.0.tar.gz::https://files.pythonhosted.org/packages/source/e/emoji/emoji-1.7.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 171k 100 171k 0 0 172k 0 --:--:-- --:--:-- --:--:-- 172k >>> py3-emoji: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/py3-emoji-1.7.0.tar.gz >>> py3-emoji: Checking sha512sums... py3-emoji-1.7.0.tar.gz: OK >>> py3-emoji: Unpacking /var/cache/distfiles/v3.16/py3-emoji-1.7.0.tar.gz... running build running build_py creating build creating build/lib creating build/lib/emoji copying emoji/__init__.py -> build/lib/emoji copying emoji/core.py -> build/lib/emoji creating build/lib/emoji/unicode_codes copying emoji/unicode_codes/data_dict.py -> build/lib/emoji/unicode_codes copying emoji/unicode_codes/__init__.py -> build/lib/emoji/unicode_codes running egg_info writing emoji.egg-info/PKG-INFO writing dependency_links to emoji.egg-info/dependency_links.txt writing requirements to emoji.egg-info/requires.txt writing top-level names to emoji.egg-info/top_level.txt reading manifest file 'emoji.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'emoji.egg-info/SOURCES.txt' ============================= test session starts ============================== platform linux -- Python 3.10.3, pytest-6.2.5, py-1.10.0, pluggy-1.0.0 rootdir: /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0 collected 43 items tests/test_core.py .......................... [ 60%] tests/test_deprecation.py ....... [ 76%] tests/test_dict.py ... [ 83%] tests/test_unicode_codes.py ... [ 90%] tests/test_versions.py .... [100%] =============================== warnings summary =============================== tests/test_core.py: 20153 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:22: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' actual = emoji.emojize(name, False, language=lang_code) tests/test_core.py::test_emojize_complicated_string /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:38: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' actual = emoji.emojize(string, False) tests/test_core.py::test_emojize_complicated_string /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:42: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' expected = emoji.emojize(actual, False) tests/test_core.py::test_emojize_variant /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:87: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(":football:", use_aliases=False) == ':football:' tests/test_core.py::test_emojize_variant /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:88: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(":football:", variant="text_type", tests/test_core.py::test_emojize_variant /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:90: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(":football:", use_aliases=True) == u'\U0001F3C8' tests/test_core.py::test_emojize_variant /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:91: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(":football:", variant="emoji_type", tests/test_core.py::test_emojize_invalid_emoji /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:114: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(string, False) == string tests/test_core.py::test_emojize_invalid_emoji /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:117: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(string, False) == string tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:122: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':soccer:', use_aliases=False) == ':soccer:' tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:123: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':soccer:', use_aliases=True) == u'\U000026BD' tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:124: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':football:', use_aliases=False) == ':football:' tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:125: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':football:', use_aliases=True) == u'\U0001F3C8' tests/test_core.py::test_alias tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:127: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':thumbsup:', use_aliases=True) == emoji.emojize( tests/test_core.py::test_alias tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:129: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':thumbsup:', use_aliases=True) == emoji.emojize( tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:131: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':thumbsup:', use_aliases=True) == u'\U0001f44d' tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:134: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thumbsup, use_aliases=True) != thumbsup tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:135: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thumbsup, use_aliases=True) != ':thumbs_up:' tests/test_core.py::test_alias tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:136: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thumbsup, use_aliases=True) != emoji.demojize( tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:140: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thailand, use_aliases=True) != thailand tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:141: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thailand, use_aliases=True) != ':Thailand:' tests/test_core.py::test_alias tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:142: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thailand, use_aliases=True) != emoji.demojize( tests/test_core.py::test_alias tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:144: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thailand, use_aliases=True, version=1.0) != emoji.demojize( tests/test_core.py: 2759 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:152: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(emoji_data['en'], use_aliases=True) != emoji_data['en'] tests/test_core.py: 2759 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:153: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(emj, use_aliases=True) == emoji_data['en'] tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:156: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':flag_for_Thailand:', use_aliases=True, language="en") == thailand tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:158: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':flag_for_Thailand:', language="alias", use_aliases=True) == thailand tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:159: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thailand, use_aliases=True, language="en") == ':flag_for_Thailand:' tests/test_core.py::test_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:161: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thailand, language="alias", use_aliases=True) ==':flag_for_Thailand:' tests/test_core.py::test_invalid_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:166: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':tester:', use_aliases=True) == ':tester:' tests/test_core.py::test_invalid_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:167: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':footbal:', use_aliases=True) == ':footbal:' tests/test_core.py::test_invalid_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:168: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':socer:', use_aliases=True) == ':socer:' tests/test_core.py::test_invalid_alias /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:169: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':socer:', use_aliases=True, tests/test_core.py::test_alias_wrong_language /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:182: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':flag_for_Thailand:', use_aliases=False, language="es") == ':flag_for_Thailand:' tests/test_core.py::test_alias_wrong_language /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:183: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':flag_for_Thailand:', use_aliases=True, language="en") == thailand tests/test_core.py::test_alias_wrong_language /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:184: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':flag_for_Thailand:', use_aliases=False, language="alias") == thailand tests/test_core.py::test_alias_wrong_language /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:185: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(':flag_for_Thailand:', use_aliases=True, language="alias") == thailand tests/test_core.py::test_alias_wrong_language /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:191: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thailand, use_aliases=False, language="es") == ':bandera_tailandia:' tests/test_core.py::test_alias_wrong_language /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:192: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thailand, use_aliases=True, language="en") == ':flag_for_Thailand:' tests/test_core.py::test_alias_wrong_language /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:193: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thailand, use_aliases=False, language="alias") == ':flag_for_Thailand:' tests/test_core.py::test_alias_wrong_language /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:194: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(thailand, use_aliases=True, language="alias") == ':flag_for_Thailand:' tests/test_core.py: 20099 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:205: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' oneway = emoji.emojize(name, use_aliases=False, language=lang_code) tests/test_core.py::test_emoji_lis /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:239: DeprecationWarning: 'emoji.emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emoji_lis('Hi, I am 👌 test')[0]['location'] == 9 tests/test_core.py::test_emoji_lis /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:240: DeprecationWarning: 'emoji.emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emoji_lis('Hi') == [] tests/test_core.py::test_emoji_lis /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:242: DeprecationWarning: 'emoji.emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emoji_lis('Hi, I am fine. 😁') == [ tests/test_core.py::test_emoji_lis /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:244: DeprecationWarning: 'emoji.emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emoji_lis('Hello 🇫🇷👌') == [ tests/test_core.py::test_distinct_emoji_lis /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:249: DeprecationWarning: 'emoji.distinct_emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.distinct_emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.distinct_emoji_lis('Hi, I am fine. 😁') == ['😁'] tests/test_core.py: 409 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/emoji/core.py:346: DeprecationWarning: 'emoji.emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' {e['emoji'] for e in emoji_lis(string)} tests/test_core.py::test_distinct_emoji_lis /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:250: DeprecationWarning: 'emoji.distinct_emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.distinct_emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.distinct_emoji_lis('Hi') == [] tests/test_core.py::test_distinct_emoji_lis /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:251: DeprecationWarning: 'emoji.distinct_emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.distinct_emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert set(emoji.distinct_emoji_lis('Hello 🇫🇷👌')) == {'🇫🇷', '👌'} tests/test_core.py::test_distinct_emoji_lis /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:252: DeprecationWarning: 'emoji.distinct_emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.distinct_emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.distinct_emoji_lis('Hi, I am fine. 😁😁😁😁') == ['😁'] tests/test_core.py::test_emoji_count tests/test_core.py::test_emoji_count tests/test_core.py::test_emoji_count /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/emoji/core.py:368: DeprecationWarning: 'emoji.emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' return len(emoji_lis(string)) tests/test_core.py::test_emoji_count /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/emoji/core.py:367: DeprecationWarning: 'emoji.distinct_emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.distinct_emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' return len(distinct_emoji_lis(string)) tests/test_core.py: 101 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:388: DeprecationWarning: 'emoji.distinct_emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.distinct_emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert set(emoji.distinct_emoji_lis(text_with_unicode)) == set(emoji_list) tests/test_core.py: 101 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:389: DeprecationWarning: 'emoji.emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' for i, lis in enumerate(emoji.emoji_lis(text_with_unicode)): tests/test_core.py: 101 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:399: DeprecationWarning: 'emoji.distinct_emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.distinct_emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert set(emoji.distinct_emoji_lis(text_with_unicode)) == set(emoji_list) tests/test_core.py: 101 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:400: DeprecationWarning: 'emoji.emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' for i, lis in enumerate(emoji.emoji_lis(text_with_unicode)): tests/test_core.py: 101 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:406: DeprecationWarning: The parameter 'use_aliases' in emoji.demojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.demojize(text_with_unicode, use_aliases=True) == text_with_placeholder tests/test_core.py: 101 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:407: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert emoji.emojize(text_with_placeholder, use_aliases=True) == text_with_unicode tests/test_core.py: 101 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:410: DeprecationWarning: 'emoji.distinct_emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.distinct_emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert set(emoji.distinct_emoji_lis(text_with_unicode)) == set(emoji_list) tests/test_core.py: 101 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:411: DeprecationWarning: 'emoji.emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' for i, lis in enumerate(emoji.emoji_lis(text_with_unicode)): tests/test_core.py: 101 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:420: DeprecationWarning: 'emoji.distinct_emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.distinct_emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert set(emoji.distinct_emoji_lis(text_with_unicode)) == set(emoji_list) tests/test_core.py: 101 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_core.py:421: DeprecationWarning: 'emoji.emoji_lis()' is deprecated and will be removed in version 2.0.0. Use method emoji.emoji_list(str) instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' for i, lis in enumerate(emoji.emoji_lis(text_with_unicode)): tests/test_unicode_codes.py: 8158 warnings /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_unicode_codes.py:18: DeprecationWarning: The parameter 'use_aliases' in emoji.emojize() is deprecated and will be removed in version 2.0.0. Use language='alias' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' emj = emoji.emojize(name, use_aliases=use_aliases) tests/test_unicode_codes.py::test_compare_normal_and_aliases /home/buildozer/aports/community/py3-emoji/src/emoji-1.7.0/tests/test_unicode_codes.py:25: DeprecationWarning: 'emoji.EMOJI_ALIAS_UNICODE_ENGLISH' is deprecated and will be removed in version 2.0.0. Use 'emoji.EMOJI_DATA' instead. To hide this warning, pin/downgrade the package to 'emoji~=1.6.3' assert len(emoji.EMOJI_UNICODE) < len(emoji.EMOJI_ALIAS_UNICODE_ENGLISH) -- Docs: https://docs.pytest.org/en/stable/warnings.html ====================== 43 passed, 55403 warnings in 6.87s ====================== >>> py3-emoji: Entering fakeroot... running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running egg_info writing emoji.egg-info/PKG-INFO writing dependency_links to emoji.egg-info/dependency_links.txt writing requirements to emoji.egg-info/requires.txt writing top-level names to emoji.egg-info/top_level.txt reading manifest file 'emoji.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'emoji.egg-info/SOURCES.txt' running install_lib creating /home/buildozer/aports/community/py3-emoji/pkg creating /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji creating /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr creating /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib creating /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10 creating /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages creating /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji creating /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji/unicode_codes copying build/lib/emoji/unicode_codes/data_dict.py -> /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji/unicode_codes copying build/lib/emoji/unicode_codes/__init__.py -> /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji/unicode_codes copying build/lib/emoji/__init__.py -> /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji copying build/lib/emoji/core.py -> /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji byte-compiling /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji/unicode_codes/data_dict.py to data_dict.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji/unicode_codes/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji/__init__.py to __init__.cpython-310.pyc byte-compiling /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji/core.py to core.cpython-310.pyc running install_egg_info Copying emoji.egg-info to /home/buildozer/aports/community/py3-emoji/pkg/py3-emoji/usr/lib/python3.10/site-packages/emoji-1.7.0-py3.10.egg-info running install_scripts >>> py3-emoji*: Running postcheck for py3-emoji >>> py3-emoji*: Preparing package py3-emoji... >>> py3-emoji*: Tracing dependencies... >>> py3-emoji*: Package size: 5.6 MB >>> py3-emoji*: Compressing data... >>> py3-emoji*: Create checksum... >>> py3-emoji*: Create py3-emoji-1.7.0-r0.apk >>> py3-emoji: Build complete at Thu, 21 Apr 2022 09:28:23 +0000 elapsed time 0h 0m 11s >>> py3-emoji: Cleaning up srcdir >>> py3-emoji: Cleaning up pkgdir >>> py3-emoji: Uninstalling dependencies... (1/25) Purging .makedepends-py3-emoji (20220421.092812) (2/25) Purging py3-setuptools (59.4.0-r0) (3/25) Purging py3-appdirs (1.4.4-r3) (4/25) Purging py3-ordered-set (4.0.2-r3) (5/25) Purging py3-pytest (6.2.5-r2) (6/25) Purging py3-atomicwrites (1.4.0-r2) (7/25) Purging py3-attrs (21.4.0-r0) (8/25) Purging py3-more-itertools (8.12.0-r2) (9/25) Purging py3-iniconfig (1.1.1-r2) (10/25) Purging py3-pluggy (1.0.0-r0) (11/25) Purging py3-py (1.10.0-r2) (12/25) Purging py3-wcwidth (0.2.5-r2) (13/25) Purging py3-packaging (21.3-r0) (14/25) Purging py3-parsing (2.4.7-r3) (15/25) Purging py3-six (1.16.0-r1) (16/25) Purging py3-toml (0.10.2-r3) (17/25) Purging py3-pygments (2.11.2-r0) (18/25) Purging python3 (3.10.3-r1) (19/25) Purging libbz2 (1.0.8-r1) (20/25) Purging libffi (3.4.2-r1) (21/25) Purging gdbm (1.23-r0) (22/25) Purging xz-libs (5.2.5-r1) (23/25) Purging mpdecimal (2.5.1-r1) (24/25) Purging readline (8.1.2-r0) (25/25) Purging sqlite-libs (3.38.2-r0) Executing busybox-1.35.0-r10.trigger OK: 255 MiB in 89 packages >>> py3-emoji: Updating the community/armv7 repository index... >>> py3-emoji: Signing the index...