Last version 2.1.3 upon compilation and testing gives following error:
/usr/lib/python3.10/site-packages/pytest_asyncio/plugin.py:191: DeprecationWarning: The 'asyncio_mode' default value will change to 'strict' in future, please explicitly use 'asyncio_mode=strict' or 'asyncio_mode=auto' in pytest configuration file. config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)
panflute/io.py:140 /home/user/.cache/yay/python-panflute/src/panflute-2.1.3/panflute/io.py:140: DeprecationWarning: invalid escape sequence '*' """
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_panfl.py::test_get_filter_dirs - AssertionError: assert ['/... =========== 1 failed, 29 passed, 1 deselected, 2 warnings in 13.71s ============ ==> ERROR: A failure occurred in check(). Aborting... -> error making: python-panflute
This indicates that panflute-2.1.3/panflute/io.py:140 probably needs to be patched, erasing an illegal character.
Pinned Comments
alerque commented on 2020-02-24 05:07 (UTC)
PSA: I've started hosting this as a prebuilt package in my repository for those that want to install it using
pacman
without messing around with building from the AUR.