Skip to content

Commit

Permalink
Ignore failing doctests due to pydata/xarray#4753
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Jun 4, 2021
1 parent 4bc19bb commit 70a91ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ bgen =
fail_under = 100

[tool:pytest]
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)
addopts = --doctest-modules --ignore=validation --cov-fail-under=100 --ignore=sgkit/stats/regenie.py --ignore=sgkit/stats/pca.py
norecursedirs = .eggs build docs
filterwarnings =
error
Expand Down

0 comments on commit 70a91ba

Please sign in to comment.