Skip to content

Commit 14f1230

Browse files
authored
Remove astropy test runner
[ci skip]
1 parent 1475e00 commit 14f1230

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

imexam/_astropy_init.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2-
import os
32

4-
__all__ = ['__version__', 'test']
3+
__all__ = ['__version__']
54

65
try:
76
from .version import version as __version__
87
except ImportError:
98
__version__ = ''
10-
11-
# Create the test function for self test
12-
from astropy.tests.runner import TestRunner
13-
test = TestRunner.make_test_runner_in(os.path.dirname(__file__))

0 commit comments

Comments
 (0)