14
0
forked from pool/python-pyzmq
Files
python-pyzmq/pytest.ini
Steve Kowalik e59546760c - Update to 27.0.0
* 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
2025-07-08 04:54:43 +00:00

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