Skip to content

Commit

Permalink
cleanup after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Sep 29, 2023
1 parent f3e3afc commit 0bb89bf
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions asdf/_tests/test_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from yaml.representer import RepresenterError

from asdf import AsdfFile, config_context
from asdf.exceptions import ValidationError
from asdf.exceptions import AsdfWarning, ValidationError
from asdf.extension import (
Compressor,
Converter,
Expand Down Expand Up @@ -579,13 +579,6 @@ class FooExtension(Extension):
roundtrip_object(tree)


def test_get_cached_asdf_extension_list():
extension = LegacyExtension()
extension_list = get_cached_asdf_extension_list([extension])
assert get_cached_asdf_extension_list([extension]) is extension_list
assert get_cached_asdf_extension_list([LegacyExtension()]) is not extension_list


def test_manifest_extension():
with config_context() as config:
minimal_manifest = """%YAML 1.1
Expand Down

0 comments on commit 0bb89bf

Please sign in to comment.