forked from pool/python-pyzmq
* 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
12 lines
304 B
INI
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
|