diff --git a/conda_lock/models/test_channel.py b/tests/test_channel.py similarity index 94% rename from conda_lock/models/test_channel.py rename to tests/test_channel.py index 5e233113..1e381dd9 100644 --- a/conda_lock/models/test_channel.py +++ b/tests/test_channel.py @@ -1,6 +1,6 @@ import typing -from .channel import _detect_used_env_var, _env_var_normalize +from conda_lock.models.channel import _detect_used_env_var, _env_var_normalize if typing.TYPE_CHECKING: