From 6c79576d6625c153e6cc9ce456738d5335e1fd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Sat, 10 Sep 2022 23:20:59 -0700 Subject: [PATCH] Adding test dependency and registering pytest marker --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index b62ca424b5..45a8d376a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -64,6 +64,7 @@ filterwarnings = ignore:tostring\(\) is deprecated. Use tobytes:DeprecationWarning:astropy markers = bigdata: marks tests that are expected to trigger a large download (deselect with '-m "not bigdata"') + noautofixt: disabling fixture autouse [ah_bootstrap] auto_use = True @@ -167,6 +168,7 @@ test= jinja2 flask pytest-dependency + pytest-rerunfailures docs= matplotlib sphinx-astropy>=1.5