Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 8ac3783

Browse files
authored
Remove astropy test runner
1 parent 2c7ba42 commit 8ac3783

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

stginga/_astropy_init.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
2-
import os
3-
4-
from astropy.tests.runner import TestRunner
5-
62
try:
73
from .version import version as __version__
84
except ImportError:
95
__version__ = 'unknown'
106
__vdate__ = '2019-12-29'
117

12-
# Create the test function for self test
13-
test = TestRunner.make_test_runner_in(os.path.dirname(__file__))
14-
test.__test__ = False
15-
16-
__all__ = ['__version__', 'test']
8+
__all__ = ['__version__']

0 commit comments

Comments
 (0)