mirror of https://github.com/pyodide/pyodide.git
23 lines
463 B
INI
23 lines
463 B
INI
[tool:pytest]
|
|
norecursedirs =
|
|
build
|
|
cpython
|
|
emsdk
|
|
.artifacts
|
|
addopts =
|
|
--doctest-modules
|
|
--ignore="packages/matplotlib/src"
|
|
--tb=short
|
|
markers =
|
|
skip_refcount_check: Dont run refcount checks
|
|
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
|