Page MenuHomePhabricator

Remove Wmfdata code related to the conda-analytics migration
Open, Needs TriagePublic

Description

Wmfdata has code related to the conda-analytics migration in a couple places:

  • in __init__.py, if the user is still using an anaconda-wmf environment, it prints a migration advisory and amends the update command
  • in conda.is_anaconda_wmf_env and conda.conda_base_env_prefix

We can remove this now that the migration is long complete.