2018-08-28 09:59:12 +00:00
|
|
|
[tool:pytest]
|
2021-11-21 17:26:33 +00:00
|
|
|
norecursedirs =
|
|
|
|
build
|
|
|
|
cpython
|
|
|
|
emsdk
|
|
|
|
.artifacts
|
|
|
|
addopts =
|
|
|
|
--doctest-modules
|
|
|
|
--ignore="packages/matplotlib/src"
|
2022-06-12 18:41:14 +00:00
|
|
|
--tb=short
|
2021-03-24 23:32:26 +00:00
|
|
|
markers =
|
|
|
|
skip_refcount_check: Dont run refcount checks
|
2021-06-07 07:23:47 +00:00
|
|
|
skip_pyproxy_check: Dont run pyproxy allocation checks
|
2021-04-08 07:01:51 +00:00
|
|
|
driver_timeout: Set script timeout in WebDriver
|
2022-05-25 20:34:40 +00:00
|
|
|
xfail_browsers: xfail a test in specific browsers
|
|
|
|
|
2021-11-21 17:26:33 +00:00
|
|
|
testpaths =
|
|
|
|
src
|
|
|
|
pyodide-build
|
|
|
|
packages
|
2022-06-05 08:29:43 +00:00
|
|
|
|
|
|
|
asyncio_mode = strict
|