python-pyzmq/pytest.ini
Dirk Mueller 2915c08d51 - update to 25.1.2:
* Fix builds with some recent compilers and bundled libzmq
  * Fix builds with upcoming Cython 3.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=117
2024-01-05 17:32:47 +00:00

12 lines
304 B
INI

[pytest]
addopts = --durations 10
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