Skip to content

Commit

Permalink
TST: Set xfail strict
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
pllim authored Feb 18, 2021
1 parent dc20539 commit c2f54d9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit c2f54d9

Please sign in to comment.