Skip to content

Commit

Permalink
TST: Remove asdf schema_tester entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Sep 12, 2023
1 parent 809d062 commit b6b0f44
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
import pkg_resources

try:
from pytest_astropy_header.display import PYTEST_HEADER_MODULES, TESTED_VERSIONS
ASTROPY_HEADER = True
except ImportError:
ASTROPY_HEADER = False

entry_points = []
for entry_point in pkg_resources.iter_entry_points('pytest11'):
entry_points.append(entry_point.name)

if "asdf_schema_tester" not in entry_points:
pytest_plugins = ['asdf.tests.schema_tester']


# Repeat this from specutils/conftest.py so tox picks it up.
def pytest_configure(config):
Expand Down

0 comments on commit b6b0f44

Please sign in to comment.