[Windows] Fix test failure (#3770)

This commit is contained in:
Hind-M 2025-01-28 18:07:48 +01:00 committed by GitHub
parent 7b6516d2fa
commit 6a286490ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ namespace mamba
{ "PYTHONIOENCODING", "utf-8" },
{ "NO_COLOR", "1" },
{ "PIP_NO_COLOR", "1" },
{ "PIP_NO_PYTHON_VERSION_WARNING", "1" },
};
reproc::options run_options;
run_options.env.extra = reproc::env{ env };