Skip to content

Commit 5f74638

Browse files
committed
comment out warning
1 parent d9f0597 commit 5f74638

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pytest_asdf/plugin.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import importlib
2-
import io
32
import os
43
import pathlib
5-
import warnings
64
from dataclasses import dataclass
75

86
import pytest
@@ -206,8 +204,8 @@ def runtest(self):
206204
import asdf
207205
from asdf.testing.helpers import yaml_to_asdf
208206

209-
# warn inside test
210-
warnings.warn("pytest_asdf is deprecated, install pytest_asdf_plugin instead", DeprecationWarning)
207+
# warn inside test, we don't do this yet to allow time for downstream packages to adopt pytest-asdf-plugin
208+
# warnings.warn("pytest_asdf is deprecated, install pytest_asdf_plugin instead", DeprecationWarning)
211209

212210
# check the example is valid
213211
buff = yaml_to_asdf("example: " + self.example.example.strip(), version=self.example.version)

0 commit comments

Comments
 (0)