Skip to content

Commit b0b1a8a

Browse files
committed
Adding test dependency and registering pytest marker
1 parent 59e6f84 commit b0b1a8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ filterwarnings =
6464
ignore:tostring\(\) is deprecated. Use tobytes:DeprecationWarning:astropy
6565
markers =
6666
bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"')
67+
noautofixt: disabling fixture autouse
6768

6869
[ah_bootstrap]
6970
auto_use = True
@@ -171,6 +172,7 @@ test=
171172
jinja2
172173
flask
173174
pytest-dependency
175+
pytest-rerunfailures
174176
docs=
175177
matplotlib
176178
sphinx-astropy>=1.5

0 commit comments

Comments
 (0)