@@ -24,7 +24,7 @@ classifiers = [
2424dependencies = [
2525 " beautifulsoup4" ,
2626 " chardet" ,
27- " conda >=24 .11.0" ,
27+ " conda >=25 .11.0" ,
2828 # Disabled due to conda-index not being available on PyPI
2929 # "conda-index >=0.4.0",
3030 " conda-package-handling >=2.2.0" ,
@@ -128,9 +128,6 @@ filterwarnings = [
128128 " ignore:conda.core.index._supplement_index_with_system is pending deprecation:PendingDeprecationWarning:conda" ,
129129 # ignore tarfile Python 3.14 warning
130130 " ignore:Python 3.14 will, by default, filter extracted tar archives:DeprecationWarning" ,
131- # TEMPORARY: Remove once CLS is released with https://github.com/conda/conda-libmamba-solver/pull/691
132- " ignore:conda.plugins.CondaSolver:PendingDeprecationWarning" ,
133- " ignore:conda.plugins.CondaSolver:DeprecationWarning" ,
134131 # ignore conda prefix data deprecation
135132 " ignore:conda.core.prefix_data:DeprecationWarning" ,
136133 # ignore conda prefix data pending deprecation (including pip_interop_enabled)
@@ -143,10 +140,10 @@ filterwarnings = [
143140 # ignore conda link PrefixActions deprecation
144141 " ignore:conda.core.link.PrefixActions is deprecated and will be removed in 26.3:DeprecationWarning" ,
145142 " ignore:conda.core.link.PrefixActions is pending deprecation and will be removed in 26.3:PendingDeprecationWarning" ,
146- # ignore conda context restore_free_channel deprecation
147- " ignore:conda.base.context.Context.restore_free_channel is deprecated:DeprecationWarning" ,
148143 # ignore conda PathType -> PathEnum rename deprecation
149144 " ignore:conda.models.enums.PathType is pending deprecation:PendingDeprecationWarning" ,
145+ # ignore conda CONDA_PACKAGE_EXTENSIONS deprecation (use plugin_manager.get_package_extractors() instead)
146+ " ignore:conda.base.constants.CONDA_PACKAGE_EXTENSIONS is pending deprecation:PendingDeprecationWarning" ,
150147]
151148markers = [
152149 " serial: execute test serially (to avoid race conditions)" ,
0 commit comments