pyodide/setup.cfg

23 lines
463 B
INI
Raw Normal View History

2018-08-28 09:59:12 +00:00
[tool:pytest]
norecursedirs =
build
cpython
emsdk
.artifacts
addopts =
--doctest-modules
--ignore="packages/matplotlib/src"
--tb=short
markers =
skip_refcount_check: Dont run refcount checks
2021-06-07 07:23:47 +00:00
skip_pyproxy_check: Dont run pyproxy allocation checks
driver_timeout: Set script timeout in WebDriver
xfail_browsers: xfail a test in specific browsers
testpaths =
src
pyodide-build
packages
asyncio_mode = strict