Skip to content

Commit

Permalink
Use remote_data marker on pytest_unconfigure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karan Desai committed Jun 5, 2016
1 parent db2ba39 commit 04fe4a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tardis/tests/tests_slow/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 04fe4a2

Please sign in to comment.