From 04fe4a25737cd6f5ad70079879323da5d9e1c262 Mon Sep 17 00:00:00 2001 From: Karan Desai Date: Fri, 3 Jun 2016 23:47:25 +0530 Subject: [PATCH] Use remote_data marker on pytest_unconfigure. --- tardis/tests/tests_slow/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tardis/tests/tests_slow/conftest.py b/tardis/tests/tests_slow/conftest.py index 422a151a7b9..3dad8773d3b 100644 --- a/tardis/tests/tests_slow/conftest.py +++ b/tardis/tests/tests_slow/conftest.py @@ -5,6 +5,7 @@ import numpy as np import pytest from astropy import units as u +from astropy.tests.helper import remote_data import tardis # For specifying error while exception handling @@ -28,6 +29,7 @@ def pytest_configure(config): config.option.htmlpath = html_file.name +@remote_data def pytest_unconfigure(config): # Html report created by pytest-html plugin is read here, uploaded to # dokuwiki and finally deleted.