diff --git a/conda/cli/main_env_export.py b/conda/cli/main_env_export.py deleted file mode 100644 index 4923a382ea..0000000000 --- a/conda/cli/main_env_export.py +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (C) 2012 Anaconda, Inc -# SPDX-License-Identifier: BSD-3-Clause -"""DEPRECATED: Use `conda.cli.main_export` instead. - -CLI implementation for `conda-env export`. - -Dumps specified environment package specifications to the screen. -""" - -# Import from conda.cli.main_export since this module is deprecated. -from conda.cli.main_export import configure_parser, execute # noqa -from conda.deprecations import deprecated - -deprecated.module("24.9", "25.3", addendum="Use `conda.cli.main_export` instead.") diff --git a/news/14564-remove-conda_env b/news/14564-remove-conda_env index a6b7b5e47e..04c1460e71 100644 --- a/news/14564-remove-conda_env +++ b/news/14564-remove-conda_env @@ -11,7 +11,7 @@ * Remove `conda_env.cli.common`. Use `conda.env.env` instead. (#14564) * Remove `conda_env.cli.main_config`. Use `conda.cli.main_env_config` instead. (#14564) * Remove `conda_env.cli.main_create`. Use `conda.cli.main_env_create` instead. (#14564) -* Remove `conda_env.cli.main_export`. Use `conda.cli.main_env_export` instead. (#14564) +* Remove `conda_env.cli.main_export`. Use `conda.cli.main_export` instead. (#14564, #14601) * Remove `conda_env.cli.main_list`. Use `conda.cli.main_env_list` instead. (#14564) * Remove `conda_env.cli.main_remove`. Use `conda.cli.main_env_remove` instead. (#14564) * Remove `conda_env.cli.main_update`. Use `conda.cli.main_env_update` instead. (#14564)