Skip to content

Commit c2f54d9

Browse files
authored
TST: Set xfail strict
[ci skip]
1 parent dc20539 commit c2f54d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.cfg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tool:pytest]
22
testpaths = "astrowidgets" "docs"
33
astropy_header = true
4-
# The comment below should be removed when the ginga problem with doctest
4+
# The commented lines below should be removed when the ginga problem with doctest
55
# is fixed.
6-
# doctest_plus = disabled
7-
text_file_format = rst
6+
#doctest_plus = disabled
7+
#text_file_format = rst
8+
xfail_strict = true
89
addopts = -p no:warnings
910

1011
[flake8]

0 commit comments

Comments
 (0)