summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyzmq_27.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyzmq: Package pytest.ini with ptestsKhem Raj2025-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | | pytest 8.4+ is strict about asyncio [1] however pyzmq is not yet fully ready, and installs its own pytest.ini, add this to ptests package Fixes the failures e.g. async def functions are not natively supported. You need to install a suitable plugin for your async framework, for example: - anyio - pytest-asyncio - pytest-tornasync - pytest-trio - pytest-twisted FAIL: tests/test_auth.py:TestAsyncioAuthentication.test_deny [1] https://github.com/pytest-dev/pytest/issues/11372 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: Upgrade to 27.1.0Khem Raj2025-11-181-0/+62
Signed-off-by: Khem Raj <raj.khem@gmail.com>