forked from pool/python-pyzmq
- Update to version 25.0.2 * Bundled subset of tornado's IOLoop (deprecated since pyzmq 17) is removed, so ZMQStream cannot be used without an actual install of tornado. * Remove support for tornado 4. * Added `socket_class` argument to zmq.Context.socket * Support shadowing sockets with socket objects. * In zmq.auth and zmq.eventloop.zmqstream callbacks may now be async. * License files have been renamed to more standard LICENSE.BSD, LICENSE.LESSER to appease some license auto-detect tools. OBS-URL: https://build.opensuse.org/request/show/1086739 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=113
11 lines
279 B
INI
11 lines
279 B
INI
[pytest]
|
|
markers =
|
|
large: these tests use a lot of memory
|
|
new_console: these tests create a new console
|
|
wheel: these tests are for installs from a wheel, not dev-installs
|
|
testpaths =
|
|
zmq/tests
|
|
|
|
# automatically run coroutine tests with asyncio
|
|
asyncio_mode = auto
|