File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1313 from .version import version as __version__
1414except ImportError :
1515 __version__ = ''
16-
17-
18- if not _ASTROPY_SETUP_ : # noqa
19- import os
20-
21- # Create the test function for self test
22- from astropy .tests .runner import TestRunner
23- test = TestRunner .make_test_runner_in (os .path .dirname (__file__ ))
24- test .__test__ = False
25- __all__ += ['test' ]
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ def pytest_configure(config):
2121 # Customize the following lines to add/remove entries from the list of
2222 # packages for which version numbers are displayed when running the tests.
2323 PYTEST_HEADER_MODULES .pop ('Pandas' , None )
24- PYTEST_HEADER_MODULES ['scikit-image' ] = 'skimage'
24+ PYTEST_HEADER_MODULES .pop ('h5py' , None )
25+ PYTEST_HEADER_MODULES .pop ('Matplotlib' , None )
2526
2627 from . import __version__
2728 packagename = os .path .basename (os .path .dirname (__file__ ))
You can’t perform that action at this time.
0 commit comments