We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc20539 commit c2f54d9Copy full SHA for c2f54d9
setup.cfg
@@ -1,10 +1,11 @@
1
[tool:pytest]
2
testpaths = "astrowidgets" "docs"
3
astropy_header = true
4
-# 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
5
# is fixed.
6
-# doctest_plus = disabled
7
-text_file_format = rst
+#doctest_plus = disabled
+#text_file_format = rst
8
+xfail_strict = true
9
addopts = -p no:warnings
10
11
[flake8]
0 commit comments