From c2f54d9954fb4dfdfa07aa7ad171e2b5a902f291 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:53:34 -0500 Subject: [PATCH] TST: Set xfail strict [ci skip] --- setup.cfg | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 89f0a8d..5132db0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,10 +1,11 @@ [tool:pytest] testpaths = "astrowidgets" "docs" astropy_header = true -# The comment below should be removed when the ginga problem with doctest +# The commented lines below should be removed when the ginga problem with doctest # is fixed. -# doctest_plus = disabled -text_file_format = rst +#doctest_plus = disabled +#text_file_format = rst +xfail_strict = true addopts = -p no:warnings [flake8]