1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Christoph Deil <Deil.Christoph@gmail.com>
Date: Thu, 29 Nov 2018 16:44:40 +0100
Subject: Add pytest.mark.remote_data
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index 5d3ade3..f9154b3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -104,7 +104,7 @@ gammapy.catalog.tests = data/*
[tool:pytest]
minversion = 3.0
norecursedirs = build dev examples docs/_build docs/_static gammapy/extern catalog/tests/data
-addopts = -p no:warnings --remote-data=any
+addopts = -p no:warnings --remote-data=none
remote_data_strict = True
astropy_header = true
text_file_format = rst
|