forked from pool/python-pyzmq
* The Cython backend has been rewritten using Cython 3’s pure Python mode. * The build system has been rewritten to use CMake via scikit-build-core instead of setuptools * Bundled libzmq is updated to 4.3.5, which changes its license from LGPL to MPL. * Many smaller changes, see upstream chngelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=123
14 lines
446 B
INI
14 lines
446 B
INI
[pytest]
|
|
addopts = --durations 10 --import-mode=importlib
|
|
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
|
|
# import-mode=importlib doesn't put testpaths on sys.path
|
|
pythonpath = tests
|
|
testpaths =
|
|
tests
|
|
# automatically run coroutine tests with asyncio
|
|
asyncio_mode = auto
|
|
asyncio_default_fixture_loop_scope = function
|