We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc19bb commit 70a91baCopy full SHA for 70a91ba
setup.cfg
@@ -67,7 +67,8 @@ bgen =
67
fail_under = 100
68
69
[tool:pytest]
70
-addopts = --doctest-modules --ignore=validation --cov-fail-under=100
+# TODO: remove ignored doctests below once Xarray>0.18.2 is released (with https://github.com/pydata/xarray/pull/4753)
71
+addopts = --doctest-modules --ignore=validation --cov-fail-under=100 --ignore=sgkit/stats/regenie.py --ignore=sgkit/stats/pca.py
72
norecursedirs = .eggs build docs
73
filterwarnings =
74
error
0 commit comments