Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Deech08 authored Mar 21, 2023
1 parent fdcaa6d commit be0ea70
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions whampy/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,4 @@


def pytest_configure(config):

config.option.astropy_header = True

PYTEST_HEADER_MODULES.pop('Pandas', None)
PYTEST_HEADER_MODULES['scikit-image'] = 'skimage'

from .version import version, astropy_helpers_version
packagename = os.path.basename(os.path.dirname(__file__))
TESTED_VERSIONS[packagename] = version
TESTED_VERSIONS['astropy_helpers'] = astropy_helpers_version

0 comments on commit be0ea70

Please sign in to comment.